sudo rm -rf

Texas

jwilling.com

Age: 19

Hi, I'm Jonathan. I dived into iOS programming at the end of 2010 with absolutely no experience in programming. From then on, I learned mostly by answering and asking questions here on Stack Overflow.

Now, I'm far from an expert but I'm quite comfortable with Objective-C and Apple's platforms. I've developed a passion for Core Animation, and I attempt to utilize it fully in my effort to create quality applications. Currently developing something new and exciting for the Mac.

May
16
awarded Famous Question
May
15
awarded Nice Question
May
14
comment iOS light linen background?
@zekel: You could just change the code in my original post to be from underPageBackgroundColor to scrollViewTexturedBackgroundColor. Does that do what you want?
May
5
comment UICollectionView for Springboard like folders
Hey, author of JWFolders here. I wrote that code a while ago and it surely could use some optimizations, but the main choking point is with CALayer's -renderInContext: call, which just can't be optimized. I wish there was a way to generalize this library to avoid taking a screenshot, but unfortunately there is no way to do so.
Apr
24
revised How to get UIView frame origin and size while animation
presentationLayer is type id, so we can't use dot notation for frame
Apr
24
comment How to get UIView frame origin and size while animation
Didn't get that notification either. :/ I did not down vote your question. I have only ever given 23 down votes, and those were to legitimately terrible answers. I've never down voted out of spite, nor have I ever down voted competing answers. I can only assume that my edit caused the page to be bumped back up on the list of active questions, and someone visiting this happened to down vote your answer as a result. You might try looking at the best in people instead of jumping to conclusions.
Apr
22
comment How to access searchBar's clear text button?
In fact this is probably the cleanest way to handle this, but I didn't know it at the time. Thanks for sharing.
Apr
22
awarded Nice Answer
Apr
17
reviewed Reject suggested edit on Best way to create singleton array
Apr
16
awarded Popular Question
Apr
16
comment Is there a way to rename an XCode 4 scheme?
@VinceYuan: Although return is easier, a very slow double click also does work.
Apr
10
comment NSMutableArrays not holding their objects in a shared instance
Yeah, and just noticed your edit. Sorry. :)
Apr
10
comment NSMutableArrays not holding their objects in a shared instance
If you are using ARC, setting autoreleased variables to the ivars of a strong property will work correctly. However, since it says "retain", I'm guessing he's not using ARC.
Apr
10
awarded Famous Question
Apr
9
reviewed Approve suggested edit on How can I convert a color image to grayscale in MATLAB?
Apr
9
revised Multiple lines in a cell of a table
deleted 38 characters in body
Apr
9
reviewed Reject suggested edit on How to run some code only once in view
Apr
9
reviewed Approve suggested edit on How to run commands on SQL Server Management Studio 2012
Apr
9
reviewed Reject suggested edit on Open a Configuration Profile through app
Apr
9
comment CATextLayer Font size calculation
possible duplicate of Resize CATextLayer to fit text on iOS
1 2 3 4 5