zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 217 forks source link

Improve iOS/macOS Xcode demos to use storyboards #13

Closed bentoi closed 5 years ago

bentoi commented 6 years ago

The demos still use XIB files for the interface, we should move to storyboards. This would for instance fix the +[CATransaction synchronize] called within transaction error that shows up on startup (caused by missing launch screen).

externl commented 5 years ago

Our macOS projects currently target 10.9 which does not support storyboards. I'm going to update them to be 10.10.

externl commented 5 years ago

+[CATransaction synchronize] called within transaction

@bentoi which demo do you see this with?