Open in app
Home
Notifications
Lists
Stories

Write
Prince Prabhakar
Prince Prabhakar

Home

Aug 9, 2021

The Single Responsibility Principle

A class should have a single responsibility. If a Class has many responsibilities, it increases the possibility of bugs because making changes to one of its responsibilities, could affect the other ones without you knowing. Goal This principle aims to separate behaviors so that if bugs arise as a result…

I OS

2 min read

The Single Responsibility Principle
The Single Responsibility Principle

Aug 9, 2021

S.O.L.I.D Principles

These five software development principles are the guidelines that a developer needs to follow while building software to be easier to scale and maintain. The main aim of this article is to get a better understanding of these principles using illustrations and emphasizing the goal for each principle. …

I OS

1 min read


Jun 17, 2021

Introduction to Xcode Cloud

Build. Test. Deliver. Building an iOS app requires multiple steps: building, testing, delivery, and a number of different tools(Xcode, Instruments, TestFlight). Xcode Cloud is a feature of Xcode 13 and currently in beta. Apple recently announced a new way of getting this all together in one place and provided a…

I OS

2 min read


Jun 17, 2021

Working with App Tracking Transparency

App Tracking Transparency was introduced back in WWDC20. As per Apple’s benchmark for security, now the developers need to ask the user before tracking their data. The App Tracking Transparency was enforced by Apple for the releases are to be done for or above iOS 14.5. …

I OS

3 min read

Working with App Tracking Transparency
Working with App Tracking Transparency
Prince Prabhakar

Prince Prabhakar

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable