Reactive Programming in Swift คืออะไร ? (ตอน 1)
Reactive Programming คืออะไร ? ทำไมต้องพัฒนาแอพในแบบ Reactive Programming ? ถ้าจะนำมาใช้ใน Swift ควรเริ่มต้นยังไง ? เป็นคำถามในตอนแรกๆเลย ที่มันทำให้เราอยากหาคำตอบ ว่ามันคืออีหยัง ? ผมเลยอยากจะมาเล่าในแบบฮาๆให้ฟัง...
Swift Trick : How to add a computed property to enumeration.
I was found the useful trick in Swift. We create Enumeration for defines a common type for a group of related values. The power of Swift we can add a computed property to enumeration. We can create simply computed property as...
Example Project : Realm with Swift 2.0
Realm with Swift 2.0 TA-DA this is name of this example app. I like funny sound like Minions say Taa-Daa haha… it very relax sound. K we will create mini-project for show how to use Realm with Swift 2.0. I think a lot of...
CLLocationManager Singleton in Swift
Simply to share location services. Example Singleton class use for share location service in swift. This class will auto update location when user change current location. Code Fork this project on GitHub...
Beginner play Test-Driven Development(TDD) in swift
2 day ago i learn about TDD: Test Driven Development when i read content i think why we should have TDD process when we develop some app. I found it from 3 site below....
View Controller Transitions on Swift
I used to create animation between view controller before i found one of the most exciting iOS 7. I try to create a example project for explain how to use custom animation transition between two view controller. On basic we need...
Swift with Firebase
My side project and research about Firebase. I write easy example how to use firebase with Swift language. println(“Swift with Firebase”)