iPhone 8 iOS13的鍵盤UI更新延遲問題嗯,沒錯,是iPhone8 iOS13.1.1呢! 由於維護的專案仍需支援iOS13, 因此勢必得找一台搭載iOS13的iPhone來進行測試。May 16May 16
Published in彼得潘的 Swift iOS / Flutter App 開發教室How to prevent a textField from being edited but still be able to move cursor around in Swift?Say, you need to create a textField for preview only, the easiest way is just disable it’s isEnable or isUserInteractionEnabled parameter…Apr 23Apr 23
Published in彼得潘的 Swift iOS / Flutter App 開發教室Fix Invalid Bundle & CFBundleIdentifier Collision. issue when Archiving Xcode projectI’m currently working on a iOS app, the project contains following product: iOS App product: AppName Custom keyboard: MyKeyboard and use a…Jul 20, 2023Jul 20, 2023
Published in彼得潘的 Swift iOS / Flutter App 開發教室App上架時的一些小瑣事為什麼App的預覽圖片、影片總是不給上傳?Jun 10, 2022Jun 10, 2022
使用appendPathComponent時,出現%3F網址錯誤在進行HTTP Request時,一般都會設定一個baseURL,按照需求擴充出需要的request網址。Jun 2, 2022Jun 2, 2022
Swift-如何取得ISO 8601 格式的時間資訊在Swift 5中,如果開發的iOS目標版本是11.0+,mac os版本10.13+的話, 只要調用ISO8601DateFormatter ,以及 withInternetDateTime、withFractionalSeconds ,就可以取得符合ISO…Jun 2, 2022Jun 2, 2022
那些Xcode代碼提示裡的小icon這個困擾我許久的問題在今天終於得到解答,先前試過把關鍵字Xcode icon 拿去餵狗,搜到的都是Xcode的icon :)Dec 9, 2021Dec 9, 2021
理解Swift的 Type System在Swift的世界中,由兩種type構成:Named type & Compound type。 從這兩種type又延伸出六個基礎type,他們分別是protocol, enum, struct, class及 tuple function。Dec 8, 2021Dec 8, 2021