Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
iOS Development
Quick question about Date from string
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1497420" data-attributes="member: 110816"><p>The "[[object alloc] init]" is a common syntax in Objective-C. You first allocated an instance of the object and then send it the "init" message that is going to initialize all the internal variables.</p><p></p><p>All of the NSObjects define the init and dealloc methods that you would send to allocate/initialize the object and deallocate itself..</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1497420, member: 110816"] The "[[object alloc] init]" is a common syntax in Objective-C. You first allocated an instance of the object and then send it the "init" message that is going to initialize all the internal variables. All of the NSObjects define the init and dealloc methods that you would send to allocate/initialize the object and deallocate itself.. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
iOS Development
Quick question about Date from string
Top