Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ali.m.habib

macrumors newbie
Original poster
Jan 12, 2011
14
0
1. I need to do the following
Hi all

I need to design application that consist of

Welcome screen ->log in screen -> list -> details

list -> details are navigation based


I get stuck in that

any sample code , tutorial is highly appreciated

2. I have button I want when click on it a subview open that read doc file which wanna be located at the resources folder

your fast reply is highly appreciated

best regards
 
any sample code , tutorial is highly appreciated
You'll get more help if you post specific questions about where you are stuck, and provide some of our own code that is not working.

Does any of it work yet or are you just unable to start on the project?

What is your background with iOS programming? What resources have you used to get to this point?

B
 
You'll get more help if you post specific questions about where you are stuck, and provide some of our own code that is not working.

Does any of it work yet or are you just unable to start on the project?

What is your background with iOS programming? What resources have you used to get to this point?

B

I solved all the problem, but I have certain issue

I need the user when open the program be redirected to the RootViewController ,not the last screen I leaved

any suggestion regarding that
 
You application delegate will receive a message when your app is reopened. The specific message received will depend on whether you app is launched, re-activated or whatever. If you supply methods to receive these messages you can do whatever you want.

This is all described, as would be expected, in the documentation
 
You application delegate will receive a message when your app is reopened. The specific message received will depend on whether you app is launched, re-activated or whatever. If you supply methods to receive these messages you can do whatever you want.

This is all described, as would be expected, in the documentation

could you give me an example for that please
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.