Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
zekel
zekel has asked
24
questions and find answers to
31
problems.
Stats
1.2k
EtPoint
409
Vote count
24
questions
31
answers
About
(your
about me
is currently blank)
it sure is!
zekel questions
Adding category method to NSObject, but getting warnings because it's not in the <NSObject> protocol when I call it
Is there a reason why I shouldn't just define #define NSFM [NSFileManager defaultManager] instead of writing it out each time?
How can you tell if a directory is writeable in Objective-C?
Are there any useful naming conventions for *your* constant/static variable in Cocoa?
Is there a way to have a CSS selector apply to a specific host? (For my custom browser stylesheet.)
In Cocoa, how do you hide a window when the application launches?
Is there a constant for how big a GB is in Cocoa?
How do you access Xcode environment (and build) variables from an external script?
How do you find how much disk space is left in Cocoa?
Are there any tools for visualizing code complexity or graphing method calls in Objective-C? [closed]
zekel answers
iPad: Iterate over every cell in a UITableView?
NSPredicate check for kind of object class
Does UIGestureRecognizer work on a UIWebView?
Make NSWindow Front But Not In Focus
How can you tell if a directory is writeable in Objective-C?
How to iterate over an dictionary without knowing the keys, while getting key and object?
Programmatically create SKTileMapNode in Swift
How to group search regular expressions using swift
How do I get code coverage for Xcode for my Objective-C app?
Can you add custom compiler warnings in Objective-C?