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
macOS - Development and Darwin
Cocoa programming issue
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="Alexandre 24" data-source="post: 815267" data-attributes="member: 58921"><p>A bit late, but here's how to do it:</p><p></p><p>if ([[textField stringValue] isEqualToString<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite4" alt=":mad:" title="Mad :mad:" loading="lazy" data-shortname=":mad:" />"fourthdimention"]) {</p><p> // execute this</p><p> }</p></blockquote><p></p>
[QUOTE="Alexandre 24, post: 815267, member: 58921"] A bit late, but here's how to do it: if ([[textField stringValue] isEqualToString:@"fourthdimention"]) { // execute this } [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Cocoa programming issue
Top