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:
- select segue in storyboard
- in attributes inspector, set style of segue 'modal'.
- set transition 'cross dissolve'
- try out , see if that's you're looking for.
Comments
Post a Comment