- Add
DevTools
subspec to give developer more control whether to enable TPTweak or not.
- fix the empty search page shows favourite empty state message.
- restore tweak view controller if minimizable exists
- add delay before adding minimize bar button item on the child's navigation bar
- expose restoreTweaks so custom implementation can mutate the state
- bubble from now will be added to window instead of the top viewcontroller's view
- Minimizable TPTweakViewController with
TPTweakViewController.presentMinimizableTweaks
- Hold navigation controller to peep the background(only available on non minimizable mode)
- now every option will have completions
- add Settings menu for setting up TPTweakViewController
- add an empty state message on the favourite page
- fix the favorite page not reflecting the latest value after modifying one of the cells.
- Add Search functionality (#11)
- Fix wrong detailText on cell (#11)
- disable switch reloadRows animation (#11)
- Add Favourite functionality (#13)
- Passing closure for switch type (#9)
- initial release