[MonoTouch] ios7 grouped tableview no longer grouped?

2013-09-22 Thread Guido Van Hoecke
Hi, Grouped tableviews of my apps are no longer grouped when compiled with sdk ios 7. Is this upward incompatibility known / expected? Guido -- The only people who make love all the time are liars. -- Louis Jordan ___ MonoTouch

Re: [MonoTouch] Migrate app to IOS7

2013-09-22 Thread Jason Awbrey
if your app is build using standard UIKIt elements without any custom UI, it will get the updated iOS7 look without you having to do anything https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/index.html On Sat, Sep 21, 2013 at 6:42 PM, Alejandro

[MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Alejandro Vazquez
Hi, I have built my using deployment target to version 7.0 and its working great with IOS7 style. Now I would like to know how can I publish my app in order to keep IOS6 as a compatible version? I have seen in the app store apps saying that are IOS7 compatible but also IOS6, and 5. Thanks a

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread George Piva
The next link may help. iOS 7 Design Resources iOS 7 UI Transition Guide Preparing for Transition Supporting iOS 6 https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/SupportingEarlieriOS.html#//apple_ref/doc/uid/TP40013174-CH14-SW1 On Sep 22,

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Alejandro Vazquez
Thanks Bob, Interesting but Deployment Target Version 6.0 is not there anymore, I just have from version 3.0 to 5.0 and then jump to 7.0... how can I get version 6.0 again :)  Thanks a lot Bog From: Robert Reck rr...@keylogic.com To: Alejandro Vazquez

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Robert Reck
Alejandro, Have you tried running it on the iOS 6 simulator? Everything should work fine unless you've used some iOS 7 specific code. If you've done that, just add some code to check the version and run them only for 7. Bob Sent from my iPhone On Sep 22, 2013, at 4:02 PM, Alejandro Vazquez

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Robert Reck
You probably have to reinstall the 6.0 simulator. Go into Xcode and then into preferences downloads. If 6.0 and 6.1 are there, you can download them and them you can run those in the simulator. Bob Sent from my iPhone On Sep 22, 2013, at 4:19 PM, Alejandro Vazquez

Re: [MonoTouch] Publish for IOS7 and IOS6

2013-09-22 Thread Shawn Castrianni
Unfortunately, that only gets you the simulator sdk, not the device sdk. To get the device sdk, you must copy it from inside the previous Xcode app to inside your new Xcode 5 app. Sent from my iPad On Sep 22, 2013, at 3:39 PM, Robert Reck rr...@keylogic.com wrote: You probably have to