开发者

Navigation between more than two views without changing content in textfield

开发者 https://www.devze.com 2022-12-28 20:03 出处:网络
I\'ve created 3 views in each i\'ve one textfield in which i enter something and move from first to second and then to third and back to first but i want the same first page to be displayed with same

I've created 3 views in each i've one textfield in which i enter something and move from first to second and then to third and back to first but i want the same first page to be displayed with same content in textfield before navigating i.e. the meaning is that i want to swap between 3 views instead of creating views as how we remove the view and we get view beneath it same as it is, same should happen when i move from third to one. Can somebody help in getting this? 开发者_如何学编程Thanks in Advance.


For each view store the taxtfield value in appDelegate, On ViewDidLoad access the appDelegate value and place it accordingly...

0

精彩评论

暂无评论...
验证码 换一张
取 消