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
{{ message }}
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
The requirement in my app is to have a static menu list view and then have a control that allows users ability to reorder the menu view. For the edit view, Jarada myLauncher is perfect. However while I'm integrating myLauncher, it crash while trying to edit the order. The below line throws error -
if(self.pages.count <= maxPageCount)
in beginEditing method in myLauncherView.m.
This happens when MyLauncher is not hooked up to AppDelegate, instead is invoked from within the app.
Hi,
The requirement in my app is to have a static menu list view and then have a control that allows users ability to reorder the menu view. For the edit view, Jarada myLauncher is perfect. However while I'm integrating myLauncher, it crash while trying to edit the order. The below line throws error -
if(self.pages.count <= maxPageCount)
in beginEditing method in myLauncherView.m.
This happens when MyLauncher is not hooked up to AppDelegate, instead is invoked from within the app.
Any insight into the problem is welcome
Thanks,
Nupur