Search

All posts

Build logs, short notes, and the things I work out in public before they turn into articles.

9 Note

9 Notes in September Swift 5.1

Now is September  (wake me up when September ends   😋 ), this note for this month 1.  Set UIView height equal safe Area self.titleViewHeight.constant = view.safeAreaInsets…

Read more →
9 Notes in September Swift 5.1
9 Note

9 Notes in August Swift 4.2

1. How to Unhide files on Mac via Finder ~ defaults write com.apple.Finder AppleShowAllFiles true ~ killall Finder ttps://setapp.com/how-to/show-hidden-files-on-mac if want…

Read more →
9 Notes in August Swift 4.2

Learning Core Data Swift 5.1

A. Writing And Reading Core Data 1. Create Core data existing project, follow this step - create a new data model - Add a new entity and name Entity (ex: FriendEntity -&…

Read more →
Learning Core Data Swift 5.1

The Ultimate (FOR - LOOP) Swift

1. Standard (For - In Loop) Such as items in an array, ranges of numbers, or characters in a string. this example for - in loop let items = [1, 2, 3, 4, 6, 7, 14] for it…

Read more →

ProgressView Whlle Get Api

Is there any way to get progress from dataURL in swift while the data is downloading, following this step 1. Create progress view, label and button in XIB file or storyb…

Read more →
ProgressView Whlle Get Api