Category: iOS
-
Grand Central Dispatch (Part 3)
Grand Central Dispatch 😉
-
Grand Central Dispatch (Part 2)
Learn Grand Central Dispatch 😉
-
Grand Central Dispatch (Part 1)
Getting started with GCD 🙂
-
Binding Objective-C libraries – Xamarin iOS
Content Create project Objective-C lib Define functions Config project Create makefile Create project binding library in solution Xamarin Add binding library to project iOS Xamarin Call Library API trong code Xamarin. 1. Create project objective-C Open Xcode, File -> New project -> Cocoa Touch Static Library> Next Tiếp theo, nhập tên project, phần language nhớ…
-
Cách upload 1 App iOS lên Deploygate
Xin chào mọi người, hôm nay mình sẽ hướng dẫn các bạn cách upload 1 app lên Deploygate Thông thường việc cài đặt ứng dụng sẽ được thực hiện thông qua App Store, tuy nhiên sẽ có một số trường hợp sẽ ta không cần phải đưa app lên App Store mà thiết bị vẫn…
-
Tổng quan về Mobile App
Bài viết dưới góc nhìn chủ quan của tác giả về mảng mobile app.
-
Swift Generics (Part 2)
-
Swift Generics (Part 1)
-
iOS — Device orientations
Mình xin chia sẻ một vài lưu ý khi develope application support full orientations : UIInterfaceOrientation.portraitUpsideDown không support cho iPhone X Family (có tai thỏ) -> Link refer : https://developer.apple.com/documentation/uikit/uiviewcontroller/1621435-supportedinterfaceorientations Default orientation support cho iPad là UIInterfaceOrientationMask.all (tất cả các hướng), còn cho iPhone là UIInterfaceOrientationMask.allButUpsideDown (không hỗ trợ upside down) Nếu trong app sử…
-
Add placeholder for UITextView (phần 2)