Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 4    Views: 67

Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
01/18/14 08:31 PM (11 years ago)

SOLVED: Menu with Image Advanced iOS 6 Error

Hi All, I am having a problem with the Menu with Image Advanced plugin. On iOS 6 (BT3.0), it is not letting a user scroll to the bottom of the list. Any ideas? Jake
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
01/18/14 08:33 PM (11 years ago)
This can be solved by adding the following after the myTableView object has been initialized: (around line 175) myTableView.contentInset = UIEdgeInsetsMake(0, 0, 100, 0); Jake
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
01/18/14 08:35 PM (11 years ago)
Just curious, why are you being kind to the iOS 6 users? If they are using an app that has been previously published as an iOS 6 app, then Apple will let them access that version of the app. If you are making a brand-new app, why be backwards compatible with iOS 6 when close to 80% of the eligible devices have been updated to iOS 7? Share your insights please, either here or on Buzzday :-) -- Niraj
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
01/18/14 08:56 PM (11 years ago)
@Niraj: Thanks for the input. I have taken your advice: iOS 7 only. Jake
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
01/19/14 10:51 PM (11 years ago)
Just updated the plugin to check if it's iOS7 or not, and plan accordingly.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.