menu
Masonry

date_range Dec. 03, 2016 - Saturday

Use Masonry to implement autolayout programmatically. Learn how to use it. A detailed note here!

Should I Use Storyboards or Not?

date_range Dec. 03, 2016 - Saturday

Storyboards are a quick and easy way to start building a simple app. But should you use Storyboards on more complex apps? Or on a team? What are the pros and cons of using them? Do experienced iOS developers use them? Are any mainstream apps built with Storyboards?

Sort Tags Alphabetically

date_range Nov. 30, 2016 - Wednesday

Unordered tags make a Jekyll tag list look sloppy, so if you care about the details, you likely want your tag list to be alphabetized.

How to Offset an HTML Anchor to Adjust for Fixed Header?

date_range Nov. 30, 2016 - Wednesday

I have a header that is fixed to the top of the page, so when you link to an anchor elsewhere in the page, the page jumps so the anchor is at the top of the page, leaving the content behind the fixed header (I hope that makes sense). I need a way to offset the anchor by some pixels from the height of the header. I would prefer HTML or CSS, but Javascript would be acceptable as well.

Singleton in iOS

date_range Nov. 30, 2016 - Wednesday

What is the concept of singleton in iOS development?

Notifications - Example

date_range Nov. 29, 2016 - Tuesday

This is a simple example of how to post and listen to a notification radio.

Collection View II - Designing Your Data Source and Delegate

date_range Nov. 28, 2016 - Monday

Continue - Collection View learning notes on reading Apple Guide Document “ Collection View Programming Guide for iOS”.

Collection View I - Intro & Basics

date_range Nov. 24, 2016 - Thursday

Collection View is super powerful.” This article includes notes on reading Apple Guide Document “ Collection View Programming Guide for iOS.

Core Data

date_range Nov. 20, 2016 - Sunday

“It’s all about how core data works.”