Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Writing Reusable Framework in iOS, Swift and Cocoapods
Rating: 4.2 out of 5(20 ratings)
102 students

Writing Reusable Framework in iOS, Swift and Cocoapods

Boost performance of your apps, extend app capabilities and reduce development time by creating reusable frameworks
Created byCGI GEN
Last updated 9/2020
English

What you'll learn

  • Learn to create your own dynamic framework
  • Learn to distribute frameworks with cocoapods
  • Learn to create reusable dynamic code
  • Code refactoring
  • Learn to build custom buttons and views
  • Learn to propagate events to framework
  • Learn to code views with visual rendering in storyboard for fully coded view

Course content

7 sections13 lectures3h 48m total length
  • Introduction13:25

    Learn to turn repeating code into reusable frameworks for iOS with Swift, starting from logging and analytics to UI views and controllers, and distribute them via CocoaPods.

Requirements

  • Swift
  • Xcode
  • iOS Fundamentals

Description

Frameworks are best described as jet packs for your apps. They boost performance, extend capabilities, easy & manageable code sharing. They are not just bundle of snippets of code but they offer APIs and streamline the development process.


Frameworks are capable of reducing development cycle and promotes code re-usability. They help you write dynamic, fluid code that can work with simple integrations.


When you write an app, you typically import Foundation or UIKit frameworks. The point of having these frameworks is to define methods, functions and classes in a succinct fashion. As a user of these frameworks, you don't care what underlying implementations says, you just give it an input and get an output. Imagine if you are working on Bluetooth based app and you had to write all the low level code to manage hardware yourself, effort of months will turn into years and this is where frameworks help us.


Now just like Apple and others create and distribute their frameworks, you can do that too and this course is all about learning to create your own framework and not only re-using it yourself but distributing it to others in developer community and make your name while giving back to the community.

Who this course is for:

  • Beginners Developers
  • Intermediate Developers
  • Advance Developers