59 Commits

Author SHA1 Message Date
jonkykong fc593b0cb7 Cleanup 2019-09-05 02:13:13 -07:00
jonkykong 3968686410 Storyboard fix 2019-08-17 10:59:04 -07:00
jonkykong 159c87871b Expanded renaming to include delegates 2019-08-14 02:16:02 -07:00
jonkykong c3671408da Renamed and deprecated UISideMenuNavigationController to SideMenuNavigationController 2019-08-14 01:23:55 -07:00
jonkykong df032e6072 Fix for updating UI in demo project 2019-07-28 16:05:23 -07:00
jonkykong 89fc05a324 Example project fix 2019-07-23 00:55:16 -07:00
jonkykong 8804675b80 Demo project correction 2019-07-21 21:43:42 -07:00
jonkykong 58318a638d Example project fix 2019-07-19 00:14:31 -07:00
jonkykong dc059ce7d6 Renames, bug fixes 2019-07-14 03:39:50 -07:00
jonkykong 24141cb436 Refactoring, comments, renaming 2019-07-14 02:17:17 -07:00
jonkykong 6ef3315306 Minor refactoring 2019-07-05 18:53:05 -07:00
jonkykong 77d5a9acbe Refactoring 2019-07-03 00:58:31 -07:00
jonkykong f641e674db Refactoring 2019-07-02 01:25:29 -07:00
jonkykong f5aa75c082 Refactoring 2019-06-27 01:50:02 -07:00
jonkykong e79d59e8ec Refactor 2019-05-07 21:39:48 -07:00
jonkykong 392be96c1a In flight changes 2019-02-24 14:10:04 -08:00
jonkykong cb89d98dd8 Refactoring + Merge branch 'pr/399' into 5.0.0
* pr/399:
  feat: update swift version for all sub-projects (example,  pod, etc) to 4.2
  feat: update pod swift version to 4.2
  feat: update support for swift 4.2 (source and example)

# Conflicts:
#	Pod/Classes/SideMenuManager.swift
2018-09-25 02:39:36 -07:00
Maxym Savisko 51576e149d feat: update support for swift 4.2 (source and example) 2018-09-18 17:19:31 +03:00
jonkykong 86a40d1346 Updated example storyboard. 2018-05-23 17:31:34 -07:00
jonkykong 90e252dc78 Renamed class and refactored how blurring works in UITableViewVibrantCell. 2017-10-10 17:36:29 -07:00
jonkykong 553cdeae98 Major project update to support multiple SideMenuManager instances beyond the primary instance, if necessary. 2017-10-10 17:24:07 -07:00
jonkykong 05f8012c66 Support for delegate methods on SideMenu appearing/disappearing. 2017-10-06 16:56:25 -07:00
jonkykong 52faf9a7e1 Changed MainViewController's scrollview to align to the topLayoutGuide. 2017-09-20 22:47:56 -07:00
jonkykong 13e3d504f1 Added menuDismissOnPush property. 2017-06-30 16:48:19 -07:00
jonkykong ecebaca9b9 Logic correction. 2017-04-26 12:21:58 -07:00
jonkykong 05d934d084 Updated demo project to show various SideMenu events. 2017-03-06 02:00:05 -08:00
jonkykong 85f00c63b4 Update to Launch Screen. 2017-01-09 12:32:11 -08:00
jonkykong e71ec145f1 Say “SideMenu” instead of “Example” in demo project. 2017-01-09 12:31:44 -08:00
jonkykong 589c6e7a91 Cleaned up storyboard. 2016-12-09 16:39:33 -08:00
Andre Santana Ferreira 68d3addeb2 Issue #102 - Carthage Building scheme 2016-11-21 10:30:47 -02:00
Soheil 54a5d462d9 Adding back launch screen 2016-11-04 14:47:33 +08:00
Soheil a3562d91ec ignoring Pods file 2016-11-04 14:41:33 +08:00
Soheil d5790cf4dd moving example project to main xcworkspace 2016-11-03 16:19:39 +08:00
Soheil c6236fa8b8 Adding support for Carthage 2016-10-31 10:56:33 +08:00
jonkykong 44de4f6ec8 Storyboard changes to iPhone SE. 2016-09-20 13:40:29 -07:00
alexbumbu dc6b102003 crash related to wrong IB actions references fixed 2016-09-20 15:41:31 +03:00
jonkykong 596c20cbbb Another attempt to get things working for Swift 3... 2016-09-16 02:42:12 -07:00
Leone Parise 2a5bc7fe8b Convert to Swift 2.3 syntax 2016-09-14 21:23:40 -03:00
jonkykong 12dca5922e Support for disabling swipe gestures. 2016-08-31 18:33:15 -07:00
Maximilian Alexander da2e6d9476 adding gesture switch 2016-08-08 17:29:21 -07:00
jonkykong 6a33fea711 Proper replacement of new property name and use of compiler warnings for rename. 2016-04-05 22:49:50 -07:00
jonkykong 5463a48207 - Silencing warnings.
- Move to supported #selector method instead of strings.
- Updated example project to demonstrate new transition.
- Deprecated menuAnimationShrinkStrength in favor of better name menuAnimationTransformScaleFactor.
2016-04-05 20:35:20 -07:00
jonkykong fe52a16565 Updated README.md for pod. 2016-01-21 21:28:13 -08:00
jonkykong 7541ac0ef7 Fix for rare crash when app is backgrounded. 2016-01-21 21:11:46 -08:00
jonkykong d51a826581 Updated example project to support iPad. 2016-01-15 11:27:46 -08:00
jonkykong 82f99a2cba Refactoring class structure and fix for viewWillAppear and viewDidAppear methods being called twice due to viewsControllers being added/removed from transition contexts. 2016-01-14 20:25:32 -08:00
jonkykong a4aac9536a Updated pod spec version. 2016-01-06 21:15:54 -08:00
jonkykong fb20329cb1 Updated project to recommended settings. 2016-01-06 21:14:20 -08:00
jonkykong 8d78be525e Updated storyboard. 2016-01-06 21:11:08 -08:00
jonkykong 5aac1f26e8 One more class name refactor + better screenshots. 2016-01-05 19:44:07 -08:00