Craig Grummitt – Before I forget

Discoveries in Swift and iOS development.

Tag: Dynamic Framework

  • Create a CocoaPod

    In the previous post we created a dynamic framework. Now we’re going to share this code with the world, by turning it into a CocoaPod and uploading it to cocoapods.org: First, drag your whole project folder to…

    Keep reading

  • Create a dynamic framework for iOS in Swift

    Have you ever written some Swift code in iOS that you’ve thought, this could be way useful in other projects? One solution is to set up a Cocoa Touch framework – edit your…

    Keep reading