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
HI @HiramKarim
MenuContainerViewController.swift
Lines: 150 and 168
you change this line like "currentContentVC.removeFromParentViewController()"
and "addChild(selectedContentVC)" to "self.addChildViewController(selectedContentVC)"
Options.swift
Line 98
public var animationOptions: UIView.AnimationOptions = .curveEaseInOut
to
public var animationOptions:UIViewAnimationOptions = .curveEaseInOut
No description provided.
The text was updated successfully, but these errors were encountered: