Everything About UITableView and UITableViewCell
To configure tableView, you will typically set itβs properties in viewDidLoad.
Figuring out software, one rabbit hole at a time.
To configure tableView, you will typically set itβs properties in viewDidLoad.
lolcommits is a fun library that takes a photo/gif of you whenever you make a commit.
There are a few tutorials on on UICollectionView which you teach you to programmatically create a header/footer view as a subclass of UICollectionReusableView.
We all assume an if-let way of unwrapping optional works as it is.
What Shortcut Run all the test β U Run 1 test ctrl β₯ β U Re-run last ctrl β₯ β G
While Apple provides mix-and-match between the 2 languages, it is not always possible that code can always be used between the 2.
This is a tutorial on using Ruby and Commander to build a command line interface (CLI) app.
Install vim with +clipboard
All Apple developers have to face the mystical provisioning profile.
Tools are evolving.
When iOS 8 was released, UISplitViewController has a big upgrade β it is no longer restricted to only iPad. That means, you can use the same on iPhone, therefore building a trul...
UICollectionView is a very powerful UI component because you can use a flow layout, which is kind of a dynamic grid, which provides more than a table view.
Using UITableViewHeaderFooterView in Storyboard/Interface Builder is not easy because:
NSNumberFormatter is a helpful class when you need to display numbers as well-formatted string.
UPDATED 2019: Updated code in Swift 4.2
If you use units and quantities in your app, HealthKit will be very useful.
I was using String format with variadic parameters, and was very puzzled by how it works.
In last post, we provided a guide on how to create UIPageViewController in storyboard.
This is a guide to creating your own Private Cocoapods β that is hosting your private βSpecsβ with your private library.
The beauty of Swift is that you can mix both languages. Therefore in an existing Objective-C project, you can continue to work and update your app with new Swift code.
This website is given a refresh!
While Octopress 3.0 announced it is coming soon, it has been 9 months, but they still have not release officially.
You should not be using su with npm install or bower install.
GitHub Pages provides FREE hosting of your (static) website.
A good tip for developers using Git is to squash multiple commmits into one.
Instructions for reinstalling an existing Octopress on a new system, using this website (samwize.com) as an example:
iOS push notification has evolved greatly over the years, from a simple push with a alert string, to the now sophisticated system involving custom actions, localized string and ...
There are times when you have weird Xcode build errors eg. you are absolutely sure that the referenced object is in the project, yet Xcode could not find it.
When you save a PFObject and encounter the error Found a circular dependency when saving, it could be due to you setting a bidirectional/inverse relationship.