It is SUPER easy to display interactive map on iOS app using Map View Kit.
Advanced software engineering, data science, high-performance computing, dependable computing, machine learning algorithms, BIG data analytics, data visualisation, forecasting via artificial intelligence & my daily random thoughts and notes.
Wednesday, 15 February 2017
iOS Map Kit View
Tuesday, 14 February 2017
iOS Auto Layout
As iOS developer, understanding and knowledge about iOS Auto Layout is key.
You must know how it works and how you want it works for your apps.
“Auto Layout is a crucial technology for every iOS developer. It helps you create flexible layouts that work across a range of devices and interface sizes. It also takes a lot of practice to master.”
You must know how it works and how you want it works for your apps.
“Auto Layout is a crucial technology for every iOS developer. It helps you create flexible layouts that work across a range of devices and interface sizes. It also takes a lot of practice to master.”
Thursday, 9 February 2017
iOS App for Mastermind Using Swift
Wednesday, 8 February 2017
iOS App Example Using Swift 3.0 Language via XCode 8.2.1 IDE
Mechanic of Model-View-Controller (MVC) Design Pattern Simplified
How-to add existing local project to GitHub in 10 easy steps
These are the 10 steps.
- Login to your GitHub account at www.GitHub.com
- Once successful login, create a new repository.
- On your Mac or local machine, open terminal application or any other terminal-like application.
- On your terminal, change your working directory to your local workspace directory (using cd command).
- Type git init to initialise the directory as Git repository.
- Type git add . to add all files to GitHub repository.
- Type git commit -m "First commit from local repository"
- At GitHub page, copy the remote repository URL.
- At terminal, type git remote add origin remoteURL
- Finally, push your local files to remote repository with this command git push -u origin master
Tuesday, 7 February 2017
Augmented Reality with iOS
Today, I'm beginning my new journey with mobile Augmented Reality (AR) with iOS devices (iPhone & iPad).
Setting up the Macbook - done.
Setting up the Macbook - done.
Subscribe to:
Posts (Atom)