开发者

Sliding VIEWS Approach. Advise needed. IPHONE + XCODE

开发者 https://www.devze.com 2023-03-04 21:44 出处:网络
I\'m developing application with sliding views, where user slides finger and new view appears. I have around 140 views to slide through.

I'm developing application with sliding views, where user slides finger and new view appears. I have around 140 views to slide through.

I have tried initialy addSubview the problem I face was the rotation o开发者_开发问答f the view than I tried UINavigation controller where I'm pushing views. but application crashes after 120 slider approx.

What is the best approach to appear views for my case


Try this instead link The author talks about loading thousands of images and unloading them while not using them...

0

精彩评论

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