开发者

What is a good framework for using web-view like tabs for native applications?

开发者 https://www.devze.com 2023-03-20 05:19 出处:网络
I woul开发者_运维知识库d like to implement web-view like tabs in a native iPhone application. I would prefer not to write it from scratch. Is there a framework I can use for this feature? Here is an e

I woul开发者_运维知识库d like to implement web-view like tabs in a native iPhone application. I would prefer not to write it from scratch. Is there a framework I can use for this feature? Here is an example.

What is a good framework for using web-view like tabs for native applications?


Apple's Guidelines would tell you to use a Tab Bar placed at the bottom for this. It's also possible to create upper "tabs" using a styled UISegmentedControl or just UIButton's that switches views.

0

精彩评论

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