iOS

A 20-post collection

Page 1 of 2 Older Posts →

symbolicate crash report with dSYM

We can symbolicate crash reports with two options: with straightforward dwarfdump with interactive atos symbolicate with dwarfdump 0. prepare the crash report You gotta carry it. »

saiday saiday on iOS, macOS, dSYM 23 November 2021

Universal Link trick: matching only one path component

Let's say we want our apple-app-site-association rules to match only <domain>/anypath/ but not matching any more additional URL components based on it (such »

saiday saiday on Universal Links, iOS 06 January 2021

UIWebView handle HTML <input> file multiple selection solution

UIWebView will append multiple attribute to HTML <input type="file"> tag automatically. This behaviour varies from iOS versions, I thought this is a UIWebView's »

saiday saiday on iOS, UIWebView, WKWebView 09 August 2017

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

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

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
Page 1 of 2 Older Posts →
Imnotyourson © 2025
Proudly published with Ghost