> On Nov 7, 2015, at 1:30 PM, Diederik Meijer <diede...@tenhorses.com> wrote: > > Dear list, > > Is it possible to change an iOS app window’s rootViewController at runtime > and have a fade animation between the two states happen?
Not trivially, but you can do this trivially by presenting your “replacement” view controller modally, which is also the more supported path (by far). > > Obviously there is no modal or push presentation, the view is just replaced > by a new one. For this reason a fade between the two would be nice. > > This is for iOS 8 and up, coding in Objective-C. > > > Many thanks, > > > > Diederik > > > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/david.duncan%40apple.com > > This email sent to david.dun...@apple.com -- David Duncan _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com