saiday's Picture

saiday

It was me, I let the dogs out.

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

Draggable view controller? Interactive view controller!

Update 2015.11.19 lots people says shut up and show me the code. Demo project 2019.02.21 Community Contributors' projects: Swift version by ostathnicky »

saiday saiday on UIViewControllerAnimatedTransitioning, UIPercentDrivenInteractiveTransition, UIViewControllerTransitioningDelegate, draggable, interactive view controller, UIViewController 15 June 2015

Unit testing your UIViewController been pushed properly

I had lots of UIViewController they ends up by pushing another UIViewController. That's say I had a AUIViewController it would push BUIViewController by MyUINavigationController. When writing »

saiday saiday on Unit Test, UINavigationController 12 May 2015

Write unit tests to avoid memory leaks in Objective C

This article is been deprecated New version of this topic goes to http://imnotyourson.com/unit-tests-that-avoid-memory-leaks/ »

saiday saiday on Unit Test, Memory Leak, Objective C 11 May 2015

Objective-C gets property value dynamically

I had an entity object, some properties are nil some arn't. I want to list all non-nil properties and corresponding values. For example my entity looks »

saiday saiday on objc/message.h, objc_property_t 05 May 2015

Xcode plugin XCoverage

You wrote unit tests, you easily lose yourself to the coverage rate frenzy. Test what you should test is more important than coverage rate. Xcoverage Xcode »

saiday saiday on iOS, Xcode, Testing, XCoverage 10 April 2015

Setup Travis CI on iOS project

Recently I set up a continuous integration service for my iOS project. There are a couple of hosted continuous integration tool(server) options for me: 1. »

saiday saiday on iOS, TravisCI, Slather, Coveralls, Testing 10 April 2015

UITableViewCell dynamic height with AutoLayout conclusion

Before I've post Table View Cell Dynamic Height With AutoLayout for iOS 7 later last month, however been using this technique for a month since then, »

saiday saiday on iOS, AutoLayout, Height, UITableViewCell 27 March 2015

UIScrollView with soften edges

When contents inside UIScrollView been trimmed away by flat edges, it looks looks weird on blurred view. All we need to do is customize mask layer »

saiday saiday on iOS, UIScrollView 19 March 2015

iOS Gradient background view with transparency

Create a gradient background view with drawrect: function referenced from Gradients on UIView and UILabels On iPhone [duplicate] Answer, but I was about to create the »

saiday saiday on iOS, gradient 13 March 2015

NSArray group by and shuffle

Create your NSArray category and do so. NSArray shuffle NSArray group by »

saiday saiday on NSArray 06 March 2015
← Newer Posts Page 6 of 8 Older Posts →
Imnotyourson © 2025
Proudly published with Ghost