Json Parsing From File
My notes on parsing json from a local file
Scripting With Sketch
My notes on scripting with sketch
Automating App Store Screenshots
My notes on automating screenshots for the app store
Ui Testing In Ios
My notes on UI-testing in Xcode
Swift Lint
My notes on using swift-lint in XCode
Compression Resistance Priority
My notes on Compression, resistance, priority when using AutoLayout
Commenting Code
My notes on different commenting styles for swift
Programmatic Mac App
My notes on programatic macOS app
Modular Programming
My notes on modular programming
Programmatic Autolayout
Pros and cons of programatic AutoLayout
Programmatic Ios App
My checklist when making a programmatic iOS app
Github Tricks
Some of my favourite github tricks
Subclassing With Generics
My notes on Subclassing with generics
The Encrypt App
My notes on how you can create your own Cloud encryption app
in a few minutes
Unit Test
My notes on unit testing in Xcode
Global Gitignore
My notes on global gitignore
Nested Dependencies With Carthage
My notes on using nested dependencies with Carthage
Manually Adding A Lib
My notes on adding the swift-lib to a demo project
Userdefaults
My notes on UserDefaults
Code Base Topology
My notes on source code topology
Swizzling
My notes on swizzling in swift
Nested Enum
My notes on nested enums and how you can use them to navigate UI
How To Pull Request On Github
My notes on how to make a Pull request’s on github
Think Research Plan Build
My notes on the TRPB methodology
Markdown To Pdf
My workflow when converting markdown to pdf
Simple Button
Two approaches when making a button in swift, that isn’t an UIButton
Flow Layout
FlowLayout is a minimal starter-kit for making modern iOS apps
How To Launch On Product Hunt
My go to Product launch checkList
Swift Doc Formating
My notes on method commenting in swift
Github Collaboration
A mini book about collaborating on github
Hybrid Camera
My notes on the HybridCamera framework for iOS
Iterator
My notes on an async iterator class.
Animating With Constraints
My notes on animating with constraints in swift
Advance Json Parsing Pt2
My notes on “Throw Oriented Code”, great for parsing spaghetti JSON
Advance Json Parsing Pt1
My notes on adding Codable support for classes such as UIColor and UIFont which doesn’t support Codable by default
Table View In Interface Builder
My notes on TableView in iOS for Interface builder
Sketch
My notes on the sketch app
Mac Status Bar App
My notes on making a status-bar-app
Local Frameworks
Sometimes you want to make an app that isn’t using SPM4
Swift Package Manager 4
My notes Swift Package Manager 4
Adding Icons To Xcode
My notes on how you can create and add an .icns to your xcode mac app project
Throwing Simple Errors
When do you write throws methods and when do you write methods that return optional. What makes you decide to go for throwing methods? I see some people on github write throwing methods all over the place and others use them less frequently.
Decodable Codable
My notes on Decodable and Encodable in swift
Git Tagging
My notes on tagging
Regex Replace With Closure
My notes on adding closure support to swifts RegEx class
The Ultimate Regex Guide In Swift
This is a reference overview to common RegEx patterns
Bundle Files In Xcode
My notes on bundling and reading files in an XCode project
Swift Style Guides
My notes on swift style guides
Prototyping In Playground
Prototyping UI/UX with XCode Playground and Animator
Forcetouch
My notes on ForceTouch in macOS