1.1.5
Start/stop function module dynamically
Add a options LLConfigAvailableFeature
in LLConfig
used to control whether to enable LLDebugTool
one of function module, now you can dynamically start/stop a module. More changes can be viewed in Version 1.1.5 Project.
Add
- Add a options
LLConfigAvailableFeature
inLLConfig
used to control whether to enableLLDebugTool
one of function module, now you can dynamically start/stop a module. - Add enumeration values
LLConfigLogFileFuncDesc
andLLConfigLogFileDesc
inLLConfigLogStyle
.
Update
- Update
LLAppHelper
andLLConfig
, Cleaner code. - Update
LLConfig
, now you can dynamic changecolorStyle
andwindowStyle
in running, See demo for more effects. - Update
LLSubTitleTableViewCell
to fix UITextView bug under ios 8.
Extra
- Update demo file, It looks more comfortable now.