Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Glenn Brown
Glenn Brown
575 Points

app not accepted by apple please help

I created a simple app for my church that has many buttons. Each button links to a web page. Apple said I need to include more IOS Features and not do something Safari can do. Would it work to create the same ting but use UIWEBviews for each link rather than just linking straight to the site?

2 Answers

Stone Preston
Stone Preston
42,016 Points

yes. that would be a good idea to use webviews. But, they might deny it again if all the app does is display a website. you may need to add a few more features to make it work more like a native app and less like a web browser.

Marius Kildedal
Marius Kildedal
8,096 Points

An idea is to use a tab bar controller, and each "tab" viewController is a webview showing the information from the webpage.