You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ All notable changes of the library will be documented in this file.
18
18
19
19
**Migration notes**
20
20
21
-
- To mark UIViewController as item of SideMenu you should adopt `SideMenuItemContent` protocol instead of inheritance.
21
+
- To mark UIViewController as item of SideMenu you should adopt `SideMenuItemContent` protocol instead of inheritance from `MenuItemContentViewController`.
22
22
To show menu you should call `showSideMenu()` method from this protocol.
23
23
```swift
24
24
importInteractiveSideMenu
@@ -30,6 +30,8 @@ class KittyViewController: UIViewController, SideMenuItemContent {
30
30
}
31
31
}
32
32
```
33
+
Please, keep in mind, that now you are manipulating with `UIViewControllers` instead of `MenuItemContentViewControllers` in your `HostViewController` class.
34
+
33
35
- To customize animation you should now update ```transitionOptions``` property in ```MenuContainerViewColtroller``` class.
0 commit comments