willc2

1,264
reputation
237 views

Registered User

name willc2
member for 1 year
seen 7 hours ago
website
location California
age
Professional artist who uses Photoshop, Maya, Illustrator, AppleScript, digital photography. Taking the time to learn Objective-C 2.0
11h
comment Homework: Need guidance on creating an OO non-graphical/text adventure game
I have to disagree with Gishu. Code can ground abstract concepts. We shouldn't punish some learners on the off chance that others might not pay their dues properly. In any case, this is hardly a complete program.
1d
answered iPhone - How do you color an image?
1d
comment How to tell if a subview was tapped twice
This will print how many times a specific view has been touched.
1d
revised How to tell if a subview was tapped twice
respond to question clarification
2d
comment How do I make a UIPickerView in a UIActionSheet
StackOverflow is a little different than other message forums that you may be used to. You comment by clicking the "add comment" text at the bottom of someone else's answer, not by creating another answer. Welcome, this site is awesome.
2d
answered How to tell if a subview was tapped twice
Dec
13
answered How to make a circular UIView
Dec
7
accepted Which object, or view, did I touch?
Dec
6
comment What is your longest-held programming assumption that turned out to be incorrect?
@mmyers, some people don't look at the letters in your name after the first time. They subsequently (mis)type it from audio memory.
Nov
26
answered How to get the center of the thumb image of UISlider
Nov
25
comment How to get the center of the thumb image of UISlider
Still not getting the right value. When testing, I'm setting a transparent view's center point using your computed x,y point.
Nov
25
comment How to get the center of the thumb image of UISlider
Also, shouldn't sliderFrame.x be sliderFrame.origin.x & sliderFrame.size.width?
Nov
25
comment How to get the center of the thumb image of UISlider
Assuming slider range 0..1, your point is correct when the slider.value is 0, but gets more off as slider.value changes. Also, there's a typo in the x equation.
Nov
23
comment iPhone fluid simulation
Autodesk Fluid is a free high-performance fluid simulation on the app store. I don't know how they did it but it's clearly possible.
Nov
22
asked How do I release this CGPath when I need to return it
Nov
22
answered Will this hack make apple furious? (Will the reject my app ?)
Nov
21
comment Looking for concept for managing game level views, level selection views, preferences view, storing levels, environment variables.
I think the intent is to make the long question easier to skim. I did that too until I realized that it was distracting to the reader.
Nov
17
comment sorting the character araray
+1 for answering the question. This is a Q & A site, not a Q & Lecture site.
Nov
15
answered Which object, or view, did I touch?
Nov
11
comment Is it true that one should not use NSLog() on production code?
NSLog() inside of a frequent loop will absolutely murder your performance, he said, having found out the hard way.
Nov
11
comment %d doesn’t show integer properly
You should start class names with a capital so your code looks right to other Cocoa programmers.
Nov
11
revised How to Customize UISlider ?
added code sample
Nov
11
answered How to Customize UISlider ?
Nov
11
asked How to get the center of the thumb image of UISlider
Nov
11
comment How do you normally make a program look beautiful?
As a graphic designer I can tell you that the "It" you are referring to is thousands of hours of study and practice. It is not magic. That said, if you don't want to put in at least 1000-2000 hours learning design at a pro level, hire someone who already did.
Nov
5
comment Is it possible to develop for the iPhone without an iPhone?
From a UI standpoint, the image of the simulator is HUGE compared to the actual device. I ran into trouble making buttons too small and close together when designed on the simulator. So even if you wind up getting a device, remember to periodically test your app on a real device during development.
Nov
4
awarded  Nice Question
Nov
4
revised Is it possible to use format strings to align NSStrings like numbers can be?
tried first answer, showed effect
Nov
4
comment Is it possible to use format strings to align NSStrings like numbers can be?
What do you get if the word is "tree". I get "word:tree rank:4" which doesn't seem to react to the column specifier.
Nov
4
asked Is it possible to use format strings to align NSStrings like numbers can be?
Nov
2
comment RGB for color composition rather than primary hues
My high-school art teacher told me that when crayons were starting to be marketed for children, there were no non-staining versions of Magenta and Cyan pigments. Permanent stains would have hurt the marketing effort to parents so they went with "close enough" colors for the small 8-color sets. Possibly apocryphal or at least wildly inaccurate.
Oct
31
comment In Xcode under iPhone-SDK 3.0, where can I set my Bundle Identifier globally
Looks like you have to change it in all the template files every time a new version of Xcode comes out. Dude, gyp.
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
How about if I take the smaller of: the Circumcircle (of the largest triangle) or a circle centered between the antipodal points?
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
"Stephen". Oh, why can't we edit our comments?
Oct
25
comment Objective-C: call a method you just created
Well, it's a valid feature of the compiler and appropriate for methods called from within the class. It saves a ton of typing boilerplate which is a constant source of low-level compiler errors as any method signature name change has to be done in two places.
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
Note the answer of the secondary question but not the primary. Sorry to call you out Stephan, it's my fault for trying for a two-fer.
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
I've found that putting too much detail in a question is bad as people tend to answer the most interesting (implied) questions rather than the stated one if it's "too simple". As a newbie, nothing's simple.
Oct
25
accepted Switching Off Sound in an iPhone Application
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
"I'm working", not "I working".
Oct
25
comment How to find largest triangle in convex hull aside from brute force search
No, I working on collision detection of polygonal shapes for iPhone games. The minimum bounding circle would let me cull the set of potentially colliding shapes before doing more expensive polygon-polygon intersection tests. In the process, I'm learning computational geometry algorithms and translating them into Objective-C. In the future I will probably just use a physics library but I want to know how it works from the ground up.
Oct
25
asked How to find largest triangle in convex hull aside from brute force search
Oct
25
answered Switching Off Sound in an iPhone Application
Oct
25
comment how to find code for model no of iphone
Answers help everyone.
Oct
25
answered how to find code for model no of iphone
Oct
24
asked Given a set of points, how do I find the two points that are farthest from each other?
Oct
23
comment Is it possible to write or change EXIF data of images saved to iPhone photo library
You posted the exact same text on one of my other questions. Does your project allow editing of EXIF data? If so, how?
Oct
21
answered What is the logic to move a paddle left and right automatically on the iPhone?
Oct
21
comment What is the logic to move a paddle left and right automatically on the iPhone?
How is the UIImageView created, in Interface Builder or all as code?
Oct
18
comment Should I initialize ALL primitive data types to ‘safe’ values in Obj-C?
My mistake, it's been 6 months. Geez time sure flies...
Oct
18
comment Should I initialize ALL primitive data types to ‘safe’ values in Obj-C?
So ivars get created on the heap (always zero-filled) and locals are created on the stack (may be garbage), right? Note: I just started learning obj-c 4 months ago.