3,589
Subscription preferences
Loading...
Loading...
Working...
MilmersXcode
Recent uploads
Play
-
AppStore Submission - Building onto your device
- 876 views
- 1 year ago
-
AppStore Submission - Getting your profiles
- 383 views
- 1 year ago
-
AppStore Submission - Getting Your Certificates
- 661 views
- 1 year ago
-
iPhone Programming: Making a Game - Installing Cocos2D
- 1,642 views
- 1 year ago
-
AppStore Submission - Becoming a Developer
- 490 views
- 1 year ago
-
PSA 17th Aug 2012 - I'm Back!
- 156 views
- 1 year ago
-
iPhone Programming: NSInvocation - Storing Methods as objects
- 446 views
- 1 year ago
-
PSA 10th Apr 2012 - Please Watch!
- 8,475 views
- 1 year ago
-
iPhone Programming Tips: How to choose saved file locations
- 1,130 views
- 1 year ago
-
iPhone Programming Tips: Debugging Tips
- 2,146 views
- 1 year ago
-
Changing images in a UITableView with a plist
- 5,282 views
- 2 years ago
-
iPhone Programming: Converting Strings to their ASCII Decimal Values
- 1,174 views
- 2 years ago
-
30+ more
Xcode Help
Play
A bunch of tutorials answering questions that should help you along with your code.
-
iPhone Programming Tutorials
- by MilmersXcode
- 1,051 views
-
iPhone Programming-Becoming a Developer
- by MilmersXcode
- 1,314 views
-
iPhone Programming - Xcode 4 Overview
- by MilmersXcode
- 46,970 views
-
iPhone Programming - How to use Interface Builder
- by MilmersXcode
- 5,698 views
-
iPhone Programming - How to use Xcode
- by MilmersXcode
- 25,906 views
-
Xcode 4 - Uploading an app to the AppStore
- by MilmersXcode
- 40,248 views
-
iPhone Programming - Uploading an app in Xcode 3
- by MilmersXcode
- 4,843 views
-
Xcode Help-No Outlets in Interface Builder!
- by MilmersXcode
- 1,350 views
-
iPhone Programming - New Type Of Tutorials
- by MilmersXcode
- 528 views
-
Xcode Help-NSStrings
- by MilmersXcode
- 943 views
-
4 more
Playlists
-
Making a Game
- 1 video
- 1 year ago
-
AppStore Submission
- 4 videos
- 1 year ago
-
PSAs & Commentaries
- 10 videos
- 2 years ago
-
Setting iPhone Graphics
- 6 videos
- 2 years ago
-
iPhone Programming: UITabBars
- 3 videos
- 2 years ago
-
Xcode - Core Data
- 6 videos
- 2 years ago
-
Delegate Methods
- 1 video
- 2 years ago
-
UITableViews
- 8 videos
- 2 years ago
-
Xcode 4 Videos
- 5 videos
- 2 years ago
-
Making Sounds
- 6 videos
- 2 years ago
-
UIAlertViews, ActionSheets & ActivityIndicators
- 9 videos
- 2 years ago
-
UIImage View tutorials
- 13 videos
- 2 years ago
-
3 more
UIImage View tutorials
Play
A bunch of tutorials explaining image views and how to animate them
-
iPhone Programming - Fade In & Out a UIImageView
- by MilmersXcode
- 3,759 views
-
iPhone Programming - Moving an image with a button
- by MilmersXcode
- 3,352 views
-
iPhone Programming - UIImageView Collison
- by MilmersXcode
- 1,902 views
-
1 more
UITableViews
Play
All my tutorials teaching you how to set up UITableViews and add stuff to them.
-
iPhone Programming-UITableViews: Setting up Part 1 - Code
- by MilmersXcode
- 2 years ago
- 10,497 views
This is a 2 part tutorial. Make sure you go to the second part about setting up the .xib in IB.
In this tutorial I teach you how to set up a UITableView from scratch and how to add cells to it.... -
iPhone Programming - UITableViews: Setting Up Part 2 - IB
- by MilmersXcode
- 2 years ago
- 7,557 views
This is a 2 part tutorial. Click here to go to the first video: http://www.youtube.com/watch?v=eO6AlkCcL3g
This tutorial covers how to set up the UITableView in IB so it will work. It also cover... -
iPhone Programming - UITableViews: Pushing New Table Views + EXTRA
- by MilmersXcode
- 2 years ago
- 34,171 views
In this UITableView tutorial I teach you how to push a new UITableView or UIView. The extra teaches you how to load different data into the table view from different arrays depending on what row is... -
UITableViews: Pushing a detail view using NSDictionaries
- by MilmersXcode
- 2 years ago
- 11,445 views
In this UITableView tutorial I teach you how to push a 'Detail View" using only 1 view to display different data depending on what row is clicked. This is done using NSDictionaries to store the dat... -
iPhone Programming - UITableViews: Making Sections
- by MilmersXcode
- 2 years ago
- 10,161 views
In this UITableView tutorial I teach you how to create sections in a UITableView and the 2 different styles they can be.
Main Code Used:
PetsTableView
In the .h
NSMutableArray *dog2Array;
... -
iPhone Programming: Populating a UITableView with a plist.
- by MilmersXcode
- 2 years ago
- 13,856 views
In this Xcode tutorial I teach you how to populate a UITableView with a .plist file on a server.
Reading/Writing Plists Playlist: http://www.youtube.com/playlist?list=PL129AC3E94F330CAD
UITableVie...
Popular uploads
Play
-
iPhone Programming - Xcode 4 Overview
- 46,970 views
- 2 years ago
-
Xcode 4 - Uploading an app to the AppStore
- 40,248 views
- 2 years ago
-
iPhone Programming - UITableViews: Pushing New Table Views + EXTRA
- 34,171 views
- 2 years ago
-
iPhone Programming - How to use Xcode
- 25,906 views
- 2 years ago
-
iPhone Programming - Reading/Writing .plist Files
- 17,789 views
- 2 years ago
-
iPhone Programming - Checking for Internet Connection
- 14,500 views
- 2 years ago
-
iPhone Programming: Populating a UITableView with a plist.
- 13,856 views
- 2 years ago
-
iPhone Graphics: Changing a Cells background image
- 13,829 views
- 2 years ago
-
UITableViews: Pushing a detail view using NSDictionaries
- 11,445 views
- 2 years ago
-
iPhone Programming - Making a Google Search bar
- 10,589 views
- 2 years ago
-
iPhone Programming-UITableViews: Setting up Part 1 - Code
- 10,497 views
- 2 years ago
-
iPhone Programming - UITableViews: Making Sections
- 10,161 views
- 2 years ago
-
30+ more