saiday's Picture

saiday

It was me, I let the dogs out.

Taipei, Taiwan 72 posts
← Newer Posts Page 5 of 8 Older Posts →

iTunes Connect got ready for sale status but not in app store

Theoretically this article should not exist, but sometimes Apple services work beyond anyone's imagination. If you ever received iTunes Connect's status changed mail. You may notice »

saiday saiday on iTunesConnect 26 April 2016

Diffable and mergeable Localizable.strings

TL;DR Convert Localizable.strings to UTF-8 Set Convert Copied Files to YES Set Strings file Output Encoding to UTF-16 UTF-16 ".strings" Files Note: It is »

saiday saiday on Encoding, Git, Localizable.strings 06 February 2016

Callback delegate, block and chaining

When writing an iOS application, it's too frequently we wait until event has sent, e.g., async operation has finished, network request has responded, view has »

saiday saiday on iOS, Callback, Block, Delegate, Chaining 10 December 2015

Alcatraz and plugins disappeared each time you upgrade Xcode

Your Alcatraz and Xcode plugins disappeared each time you upgrade your Xcode huh? That's because Apple trying to prevent Xcode plugin is incompatible with new Xcode, »

saiday saiday on Xcode, Alcatraz 23 October 2015

Xcode 7 unit testing extremely slow

... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag (0x00000000) ... cannot merge previous GCDA file: corrupt arc tag »

saiday saiday on Unit Test, Xcode 01 October 2015

Unit tests with memory leaks assertion

If you are an iOS programmer, you must had set breakpoints at dealloc method to check is this object leaked. huh? Memory leaks can be harmful, »

saiday saiday on Unit Test, Memory Leak, Aspect 17 September 2015

As an iOS developer, this is my study path and tools

Being an iOS developer for 3 years, this post reveals how do I become an iOS Developer and what I've learned. Books (iOS) Books (General) Books »

saiday saiday on iOS, tools, Study Path 01 September 2015

iOS Adaptive Layout with AutoLayout Rotation tips

If you had a ScrollView as root view of UIViewController, you might see your layouts deranged when view size changing (rotating). If you don't have this »

saiday saiday on AutoLayout, UIScrollView, Adaptive 27 July 2015

UICollectionView responding to device rotation with animation

When device rotating, UICollectionView needs to recalculate the insets of cells for new bounds in most case. [UICollectionView reloadData] is the simplest way to do it, »

saiday saiday on UICollectionView, Rotate 14 July 2015

Single code base with different build configurations

Don't make more versions of your source code. Rather than add more code bases, fix the underlying design problem that is preventing you from running from »

saiday saiday 17 June 2015
← Newer Posts Page 5 of 8 Older Posts →
Imnotyourson © 2025
Proudly published with Ghost