Reactive Programming in Swift คืออะไร ? (ตอน 1)
Reactive Programming คืออะไร ? ทำไมต้องพัฒนาแอพในแบบ Reactive Programming ? ถ้าจะนำมาใช้ใน Swift ควรเริ่มต้นยังไง ? เป็นคำถามในตอนแรกๆเลย ที่มันทำให้เราอยากหาคำตอบ ว่ามันคืออีหยัง ? ผมเลยอยากจะมาเล่าในแบบฮาๆให้ฟัง...
Wire Payment
Description Wouldn’t it be great to create invoices, track and control all your online payments at your fingertips? WIRE allows businesses to create invoices, send requests and instantly get paid, all in 3 simple steps. Whether...
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...
How to write auto layout constraints with SnapKit in iOS
SnapKit : Hello iOS developer pals! You definitely know auto layout for coding. It seems to be complicated to do, doesn’t it? I super extremely proudly present SnapKit for easier and more clearly way to code. About this How-to...
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...
Infinite Scroll with custom UIPageViewController with filter data
Infinite Scroll with custom UIPageViewController with filter data Simply example how to implement Infinite Scroll with UIPageViewController. In this project i show example in real world try to combine with UITableView and use...
WatchKit Apps in Objective-C
How to create WatchKit Apps in Objective-C. I try create example app on Objective-C old school because i have seen alot of example in Swift. This is example tutorial choice for old man :P. If you are iOS dev … should read :...
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...