Feb 11 2015 Programming Add TOC for markdown TOC This article introduce two ways that adding TOC for markdown files. doctoc Hexo TOC Read More
Feb 11 2015 Programming Qt Animation Qt Animation 利用QStateMachine 管理 QPropertyAnimationSample可以參考Sample code另外可以參考官方文件 Read More
Feb 9 2015 Programming Create Private Pod This document shows two samples which are made under cocoapods version 0.36.0.beta.1 testPrivatePod : A private pod with an universal library testUsePod : Project use private pod We will go though How to use private pod created by teammates How to create private pod for existing universal library Read More
Oct 15 2014 Programming iBeacon_Tutorial iBeacon Tutorial 記錄實作iBeacon 溝通的過程, Beacon分為 Peripheral(提供local資訊) & Central(ex:App接收資訊並且用local push提醒使用者)使用情境以下記錄實作的細節 Read More
Sep 2 2014 Programming COCOAPODS Introduction to CocoaPods xcode強大framework/Library 管理工具, 很多github上的強大專案也都有使用,大部份都會在 Installation 教學使用podfile的方法學習CocoaPods 不只build過這些專案, 更可以增加工作效率(不用include相關檔案跟 link .a或拖拉framework到專案底下)有時候看看別人的podfile 尋找適合自己的工具也很有趣 Read More