How To Change Build Configuration In Xcode
As you know, your build is different when you build an app directly to your device or simulator and it’s[…]
Read moreLet’s Discover iOS World Together
As you know, your build is different when you build an app directly to your device or simulator and it’s[…]
Read moreSometimes you need to check the current platform like iOS or tvOS, another time you want to add some logs[…]
Read moreIt’s sometimes useful when you need to know for debugging purposes which current thread is in usage.
Read moreNotification Center very seldom returns some error from the completion handler. However, there is one error I encountered and it[…]
Read moreLast weekend, I’ve updated Xcode to 12.2 and I’ve encountered a strange bug. I was receiving the error “EXC_BAD_ACCESS (code=257,[…]
Read moreIn Swift we have UICollectionView, in Android there is RecyclerView. However, on Android, there is an option clipToPadding that adds[…]
Read more