Swift Topic List of articles tagged with "Swift"May 16th, 2023AUv3 Development -- Part 1 of NLame attempt to share what I've learned about AUv3 audio unitsMar 5th, 2023Swift Snapshot Testing in Github ActionsShort discussion on how I run snapshot tests in Github CIMar 6th, 2017Framework Bundles in Xcode and CocoaPodsShort discussion about an issue I had fetching a bundle in Xcode and CocoaPodsFeb 14th, 2017Signing Embedded Frameworks in an Embedded FrameworkShort discussion about an issue I had using an embedded framework that itself contained embedded frameworksJan 7th, 2017Variable Height UITableView Cells in SwiftDocuments code necessary to achieve fast variable-height cells that use Auto LayoutDec 6th, 2016JoyStickView for iOS in SwiftDocuments how I implemented a joy stick control view for a Swift iOS projectOct 8th, 2016Dependency Injection for iOS in SwiftDocuments how I implemented dependency injection in a Swift iOS projectSep 28th, 2016Working with Core PlotShows how to add and control Core Plot graphsSep 28th, 2016Sliding UIViews with Core AnimationShows how to easily animate sliding UIViews for a nice visual effectSep 23rd, 2016Adding Binary Search to Swift CollectionsMy first foray into extending Swift's Collection protocol in order to provide fast searching of ordered elements.