Skip to content

This repository contains a mixture of standalone classes that assist iOS Swift Developer

Notifications You must be signed in to change notification settings

MatthewCawley/SwiftCodeHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftCodeHelpers

This repository contains a mixture of standalone classes that assist iOS Swift Developer

#JSONExtensions These are extensions that allow converting JSONStrings to the following formats:

  • JSONArray - Array<AnyObject>?
  • JSONDictionary - Dictionary<String, AnyObject>?
  • JSONDictionaryArray - Array<Dictionary<String, AnyObject>>?

#StringExtensions These are extensions that allows extra functionality to be performed with strings

  • Base64 Encoding
  • Base64 Decoding

#ParsingExtensions These are helper methods that run on Objects to enforce returning a value of a specific type cleanly. These issues are commonly found when parsing Dictionaries created by JSON

  • Int Parsing - Ensures that the value returned is either a valid Int or 0

About

This repository contains a mixture of standalone classes that assist iOS Swift Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages