ios - replace segue, with animation? -


a colleague of mine showed me "replace segue" can use split-view controller. work well.

but i'd "cross-fade" old view new view. i've done fades setting alpha property of view, not sure how work using segues.

try this:

  1. select segue in storyboard
  2. in attributes inspector, set style of segue 'modal'.
  3. set transition 'cross dissolve'
  4. try out , see if that's you're looking for.

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -