Skip to content

Mastering PHP and Laravel

Never stop learning!

Menu

  • Home
  • Blog Posts
  • Humor

iPhone

How to handle login correctly in an iPhone app that connects to a web service

I am currently designing an iPhone app. It uses a web api that I’m building in PHP. The app requires users to login. What I am currently researching, and having a really hard time figuring out, is if there is

Kenny September 3, 2013September 27, 2023 Blog Posts, iPhone, Objective C, PHP Read more

iPhone: CLLocation: Get current location

Steps to basic geolocation: 1. Add CLLocation framework to Build Phases, Link Binary with Libraries 2. Set up instance variable in .h file: CLLocationManager *locationManager;   3. Instantiate and set up location manager in the .m file: locationManager = [[CLLocationManager alloc] init];

Kenny June 27, 2013September 27, 2023 Blog Posts, iPhone Read more

Archives

Categories

Copyright © 2025 Mastering PHP and Laravel. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.