Posts by Tag

ios

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

About Delegation Part 3

4 minute read

Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and l...

About Delegation Part 2

4 minute read

Hello again, welcome to the second part of the discussion on iOS protocol and delegates. On the previous part I left on the theoretical discussion about what...

About Delegation Part 1

2 minute read

Hello again everyone and hope you’re doing fine. Welcome to the first part of my new discussion topic. Today I am going to discuss about the Objective-C prot...

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

objective-c

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

About Delegation Part 3

4 minute read

Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and l...

About Delegation Part 2

4 minute read

Hello again, welcome to the second part of the discussion on iOS protocol and delegates. On the previous part I left on the theoretical discussion about what...

About Delegation Part 1

2 minute read

Hello again everyone and hope you’re doing fine. Welcome to the first part of my new discussion topic. Today I am going to discuss about the Objective-C prot...

Back to Top ↑

iphone

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

ios-programming

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

swift

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

Back to Top ↑

coding

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

design-patterns

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

About Delegation Part 3

4 minute read

Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and l...

About Delegation Part 2

4 minute read

Hello again, welcome to the second part of the discussion on iOS protocol and delegates. On the previous part I left on the theoretical discussion about what...

About Delegation Part 1

2 minute read

Hello again everyone and hope you’re doing fine. Welcome to the first part of my new discussion topic. Today I am going to discuss about the Objective-C prot...

Back to Top ↑

software-development

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

development

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

delegation

About Delegation Part 3

4 minute read

Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and l...

About Delegation Part 2

4 minute read

Hello again, welcome to the second part of the discussion on iOS protocol and delegates. On the previous part I left on the theoretical discussion about what...

About Delegation Part 1

2 minute read

Hello again everyone and hope you’re doing fine. Welcome to the first part of my new discussion topic. Today I am going to discuss about the Objective-C prot...

Back to Top ↑

protocols

About Delegation Part 3

4 minute read

Hello guys and welcome to the third and final part of our discussion on Objective-C protocols and delegation. On the last part we had finished our code and l...

About Delegation Part 2

4 minute read

Hello again, welcome to the second part of the discussion on iOS protocol and delegates. On the previous part I left on the theoretical discussion about what...

About Delegation Part 1

2 minute read

Hello again everyone and hope you’re doing fine. Welcome to the first part of my new discussion topic. Today I am going to discuss about the Objective-C prot...

Back to Top ↑

cocoapods

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

Back to Top ↑

cocoa

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

programming

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

ios-view-pager

Back to Top ↑

ipad-view-pager

Back to Top ↑

library

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

Back to Top ↑

pod

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

Back to Top ↑

inheritance

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

encapsulation

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

polymorphism

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

arc

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

property

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

reference

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

strong

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

weak

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

code

Back to Top ↑

ipad

Back to Top ↑

dependency-injection

Back to Top ↑

clean-code

Back to Top ↑

core-data

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

database

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

reset

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

nsuserdefaults

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

sqlite

Reset Core Data Database Inside Application

2 minute read

In iOS app development you might get into a point where you need to reset your full database; which in this case is in core data, quite commonly used in iOS ...

Back to Top ↑

nsnumberdecimalstyle

Back to Top ↑

nsnumberformatter

Back to Top ↑

space-after-three-digit

Back to Top ↑

ios-viewpager

Back to Top ↑

iphone-view-pager

Back to Top ↑

pager

Back to Top ↑

view-pager

Back to Top ↑

viewpager

Back to Top ↑

viewpager-for-ios

Back to Top ↑

dependency-manager

Creating your own Cocoapod

1 minute read

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite som...

Back to Top ↑

basic-oop

Power of Inheritance

2 minute read

We all know the three basic principles of OOP: Encapsulation, Inheritance and Polymorphism. And there is also this fourth principle: Data Abstraction; though...

Back to Top ↑

2d-array

Back to Top ↑

array

Back to Top ↑

shtwodimensionalarray

Back to Top ↑

two-dimensional-array

Back to Top ↑

twod-array

Back to Top ↑

android

Back to Top ↑

android-view-pager

Back to Top ↑

decorator-pattern

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

delegates

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

ios-delegate

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

ios-protocol

Delegation in iOS and Cocoa: Decorator Pattern

2 minute read

Using delegates in iOS and Cocoa is a very basic and fundamental part and we use them quite frequently in our codes. As like in business, cocoa uses delegate...

Back to Top ↑

automatic-reference-counting

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

retain

Strong vs Weak Reference in Cocoa

2 minute read

In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which o...

Back to Top ↑

expanding-textview

Back to Top ↑

expanding-uitextview

Back to Top ↑

strategy-pattern

Back to Top ↑

oop

Back to Top ↑

software-design-patterns

Back to Top ↑

builder-pattern

Back to Top ↑

telescopic-constructors

Back to Top ↑

code-quality

Back to Top ↑

singleton-pattern

Back to Top ↑

ios-development

Back to Top ↑

cocoa-touch

Back to Top ↑

swift-patterns

Back to Top ↑

anti-pattern

Back to Top ↑

capture-list

Back to Top ↑

closure

Back to Top ↑

retain-cycle

Back to Top ↑

strong-reference-cycle

Back to Top ↑

architectural-pattern

Back to Top ↑

clean-architecture

Back to Top ↑

ios-application-development

Back to Top ↑

kiss

Back to Top ↑

mvc

Back to Top ↑

mvp

Back to Top ↑

mvvm

Back to Top ↑

object-oriented-design

Back to Top ↑

object-oriented-design-patterns

Back to Top ↑

pattern

Back to Top ↑

solid

Back to Top ↑

viper

Back to Top ↑

mock

Back to Top ↑

protocol

Back to Top ↑

protocol-oriented-programming

Back to Top ↑

unit-testing

Back to Top ↑

keychain

Back to Top ↑

testable-code

Back to Top ↑

solid-principles

Back to Top ↑