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…
CSS Accordion Created By: Debasis Das (21-Aug-2015) Click Here to See the Live Preview http://knowstack.com/webtech/accordian.html or Click on the Image Given Below CSS Accordion Code <!DOCTYPE html> <html lang=”en”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> <style> .slide-01 { background:red; color:white; }…
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.