Code Monkey home page Code Monkey logo

objective-c-cheatsheet's People

Contributors

akivajgordon avatar iwasrobbed avatar rgehan avatar sashom avatar senfi avatar shvaikalesh avatar skywinder avatar srstanic avatar svette avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

objective-c-cheatsheet's Issues

how to convert string to boolean ?

im having string value as "True"

NSString *rootuser = "True"

this i want convert into boolean true and push it into object like below.

{
rootuser : true
}

thanks.

Minimum / maximum examples for "Long integers"

Minimum / maximum examples for "Long integers" show in comment 32 bit but they are actually 64 bit?

// Long (4 bytes for 32-bit, 8 bytes for 64-bit)
long aLong = -9223372036854775808; # // 32-bit
unsigned long anUnsignedLong = 18446744073709551615; # // 32-bit
NSLog(@"long size: %zu", sizeof(long));

The bold should state "64-bit"

Sasho

Cocoa Fundamentals Guide is "Retired"

Nice resource. Thanks. I noticed your link to the Cocoa Fundamental Guide on the Apple site says "Retired Document", is there a newer version you can link to or is that resource superseded by something else?

I robbed your CheatSheet

I have cloned your repo and made a lot of changes to the text, to fit my home-grown variety of Objective-C. But since there is no License.txt, this might not be kosher. I would like to know, if you have a problem with that.

"Swift will replace Objective-C for iOS apps" might be inaccurate

On line "Read my Swift cheatsheet as well (Swift will replace Objective-C for iOS apps).", is there any official source that confirms this? A quick search in Google turned out results that suggest Swift and Objective-C will coexist and there are no plans on deprecating or replacing Objective-C. If this is the case, the statement is pretty missleading and should be removed.

Some links that popped up in a quick Google search:
http://www.quora.com/How-long-will-it-take-for-Swift-to-completely-replace-Objective-C
http://stackoverflow.com/questions/28556371/if-swift-will-replace-objective-c-in-the-future
http://www.huffingtonpost.com/ahmed-eid/apples-swift-is-great-but_b_5492239.html
http://www.lynda.com/articles/swift-1-2-review-buggy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.