Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
Author Archives: idz
Snippet: Finding the Current First Responder
In iOS there is no simple call to retrieve the current first responder (without resorting to private APIs). A google search turns up lots of methods that involving walking the view hierarchy, but I really like this simple, efficient method … Continue reading
Posted in Code Snippets
Leave a comment
iOS Support Matrix
I had been meaning, for quite some time, to create a spreadsheet or graphic cross-referencing the various iOS devices and the OS version they support. By sheer happenstance, the other day, I discovered the iOS Support Matrix (see www.iosupportmatrix.com). They … Continue reading
Posted in Tips
Leave a comment
Precompiled FLAC Library for iOS
Continuing the series of precompiled audio compression libraries, tonight’s library is the Free Lossless Audio Codec. I compiled version 1.2.1 and am making the binaries available on GitHub. As soon as I get a spare moment I will document the … Continue reading
Posted in Precompiled
2 Comments