Kosoku / TipOfMyKeyboard

Reference repo for iOS tricks that we always forget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TipOfMyKeyboard

This repository serves as a reference for iOS tricks that are commonly forgotten until you dig up that one project from that one time where you implemented it previously.

Setup

  1. Install rubygems, you probably already have this

  2. Install bundler, you might already have this

  3. Install dependencies using bundler

     bundle install
    
  4. Install project dependencies via bundler

     bundle exec pod install
    
  5. Open TipOfMyKeyboard.xcworkspace

Examples

  • SelfSizingCollectionViewController.swift, an example of self-sizing UICollectionView cells and supplementary views
  • NavigationBarTintColorUpdatingViewController.swift, an example of animating the barTintColor property of UINavigationBar in a way that supports interactive pop
  • BadgedBackBarButtonItemViewController.swift, an example of a badged backBarButtonItem property of UINavigationItem, similar to how the Mail app badges the back item with the number of unread emails

About

Reference repo for iOS tricks that we always forget.

License:Apache License 2.0


Languages

Language:Swift 92.8%Language:Ruby 7.2%