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
I've initialized my collectionview inside a tab of a UITabBarController and set the RDRStickyKeyboardView's frame to end at the top of the tab bar by doing this:
(RubyMotion code below, but it makes no difference)
I've initialized my collectionview inside a tab of a UITabBarController and set the
RDRStickyKeyboardView
's frame to end at the top of the tab bar by doing this:(RubyMotion code below, but it makes no difference)
And I get the control as expected above the tab bar:
However, when dismissing the control, it goes OVER TOP of the tab bar (out of its defined frame) as illustrated here:
Any idea why this is happening and how i can make it look better on a UICollectionView contained within a UITabBarController?
The text was updated successfully, but these errors were encountered: