CALayer Sample Code – Part 1 Created By: Debasis Das (31-Dec-2016) In this post we will create a simple CALayer and then change its properties like backgroundColor, borderWidth, borderColor, cornerRadius etc CALayer Sample Code
CALayer Sample Code – Part 1 Created By: Debasis Das (31-Dec-2016) In this post we will create a simple CALayer and then change its properties like backgroundColor, borderWidth, borderColor, cornerRadius etc CALayer Sample Code
Custom Model in Objective C Created By: Debasis Das (17-Apr-2016) Today we will create a Custom Model in Objective C where attributes can be added from within a loop. The model will support formatters and will have convenience method to…
NSCollectionView Sample CodeNSCollectionView Sample Code Created By : Debasis Das (29-Sept-2015) In this article we will create a simple Cocoa Application in Objective C to create a NSCollectionView and to load it with an array of items that represents a…
Stack & Queue Implementation in Objective C Created By: Debasis Das (1-Oct-2015) In this article we will create two sample implementation for a stack and a queue in objective C. // KSStack.h // StackAndQueue // Created by Debasis Das on…
Cocoa, Objective C Code Snippets Created By: Debasis Das (22-Aug-2015) In this post we will post loads of Cocoa, Objective C code snippets , This post will be frequently updated. Come back to learn more NSArray & NSMutableArray Code Snippets Creating NSArray…
Word Frequency Algorithm in Objective C Created By: Debasis Das (21-Aug-2015) In this post we will create two sample code/ approach for deriving the word count, word frequency of each word in a input string. Word Frequency Algorithm in Objective…
Creating a Tag Cloud in Cocoa, Objective C Created By: Debasis Das (21-Aug-2015) In this article we will create a simple tag cloud in Cocoa, Objective C using NSAttributedString. This article focuses only on creating an user interface for the…
Cocoa Enterprise Application Architecture Created By : Debasis Das (19-Aug-2015) Cocoa Enterprise Application Architecture – In this post we have demonstrated the architecture for a Cocoa Application having offline storage capability, service layer and database.
Mac OSX Media Layer Architecture Created By : Debasis Das AVFoundation Play and create time-based audiovisual media Provides APIs related to Video and Audio AVKit For playing video content in a Mac Application Audio Toolbox Provides interfaces for recording, playback…
Mac OSX – Cocoa Layer Architecture Created By: Debasis Das In this article we will briefly talk about the Cocoa Layer or a Mac OSX and the different frameworks it comprises of and the high level functionality that each framework…