简体   繁体   English

IOS应用程序UIWebView或导航控制器

[英]IOS app UIWebView or Navigation Controller

I'm starting developing apps on iPhone, and I was wondering if you helping me with this. 我正在开始在iPhone上开发应用程序,我想知道你是否帮助我。

Instagram App , Foursquare App both uses Navigation Buttons Bar at the bottom? Instagram AppFoursquare App都在底部使用Navigation Buttons Bar? Or is just a fancy navigation bar made in CSS and everything is loaded as a html in UIWebView. 或者只是一个用CSS制作的精美导航栏,一切都在UIWebView中作为html加载。

Grab class-dump and find it out yourself! 抓住类转储并自己找出来!

(...most likely, these great enterprises wouldn't hire developers who dare making a 'native' iOS app using UIWebView and HTML...) (...最有可能的是,这些伟大的企业不会聘请敢于使用UIWebView和HTML制作'原生'iOS应用程序的开发人员...)

It can be as fancy as you want and doesn't mean it's not native. 它可以像你想要的那样花哨,并不意味着它不是原生的。 The out-of-the-box controls and UI we are all familiar with are not the only option, you can subclass or even create your own "tab bar" from scratch if you want to. 我们熟悉的开箱即用控件和UI不是唯一的选择,如果您愿意,可以从头开始子类化甚至创建自己的“标签栏”。

These apps are using native code, not HTML/CSS 这些应用程序使用的是本机代码,而不是HTML / CSS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM