Making a login screen for my iphone app - ios

im facing some difficulties making a login screen for my app. First of all im a noobie around this... im actually creating this a form of learning... my app is a simple calculator... so... first thing i need to know is: Which template should i use for this kind of app (one that has multiple views)second is: how can implement a new view?third: How do i transit between views?
the big point here is not the login screen but the transition between views! Thank you all for the support!
ps: im using the latest version of xcode and iOS dev libs...

You can see this sample to learn the basics.

I recommend you take a look at the Stanford iOS Lectures (Available for free download) in iTunes U. There's actually an example of a Calculator app in Lecture 2. It's a good place to start.

Related

How to submit the game made with Cocos 2d v2.1 to the Apple App Store

I developed the game last year using Cocos 2d v2.1.
And I'd like to submit this game for now, but unfortunately, Apple don't allow it.
I need to add 64bit support feature in my game,which I tried to add in project settings.
But I can't submit it yet.
How to submit this project?
Must I create again using Cocos 2dx?
Please help me.
Thank you for your time
Can you tell or show us the actual error which you are getting. You are using cocos2d and not cocos2dx correct?
Please refer this link:
http://forum.cocos2d-spritebuilder.org/t/cocos2d-iphone-2-1-64-bit-fix/15919

How to use game center on iOS 7 to create live matches?

Do you guys know any tutorial or code sample that covers using Game Center on iOS 7 for creating live matches?
All Apple sample codes are from 2011 (!) and their documentation is incomplete and vague and is also talking about iOS 6. All tutorials I found on the web are for iOS 6 and they don't cover live matches. Apparently Apple is not caring about that.
Any suggestion?
Back when I was working on game center stuff I used this Sample application developed by Apple for my references. I couldn't find it on their site anymore but it looks like some kind person hosted it on github for you!
GKTank Sample Project
I'm not sure how much of this has changed since iOS7 but I highly suggest this as a start

How to implement Login with FaceBook in iOS app

I want to implement an app which uses FaceBook login to enter the app. How can I do this. I have seen few guidelines like this
https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/
I want to support iOS 3.0 and above. But really confused how to implement this. Can some one point some useful tutorials ?
Thanks
What you are looking for is called SSO (single sign on) for Facebook.
You can use Facebook code as a starting point.
You would have a serious difficulties supporting iOS 3.x because Apple doesn't support it anymore, With the new xCode you can submit apps from 4.3 and above so consider if you want to waste your precious time debugging on something irrelevant in most cases.
you can use this code
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

iPhone is there a way to allow a user to rate the app from within it?

I have seen some apps with a button to rate the app. It brigs them to a page that always them to rate that app.
I can't figure out how to do this. Does anybody know how to do this? I fred googling it.
The most well known way to do this is an open source library called AppIRater, but I have also seen iRate and people roll their own versions of the simple code.
Use Appirater by Arash Payan. It's easy and clean ;)
http://arashpayan.com/blog/2009/09/07/presenting-appirater/
Appirater is good, but using the Game Center is better, because it allows to rate inside the app (without switching to iTunes). Check out Apple's GameCenter API.

Template/Tips for Photo/Artwork viewing only App in iOS

First, I must say have never programmed in iOS, I am only familiar with Matlab & Mathematica.
I would like to create an App to show my artwork & photography. A "view only" app. yet.
Any suggestion on existing templates or place to start ?
Many thanks for your attention & any help you could provide.
Google for iPhone tutorials. There are undoubtedly some opensource photoviewer apps out there. Apple has a few takes in their developer examples. But here's the thing: You are going to need a lot more background in iOS basics to get what you want completed. You really need to be looking at beginner's iPhone tutorials, of which the web is flooded with them. Google.

Resources