Skip to content

1.1.5

Compare
Choose a tag to compare
@HDB-Li HDB-Li released this 29 Aug 12:12
· 736 commits to master since this release
ed41cc3

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 in LLConfig used to control whether to enable LLDebugTool one of function module, now you can dynamically start/stop a module.
  • Add enumeration values LLConfigLogFileFuncDesc and LLConfigLogFileDesc in LLConfigLogStyle.

Update

  • Update LLAppHelper and LLConfig, Cleaner code.
  • Update LLConfig, now you can dynamic change colorStyle and windowStyle 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.