| bio | website | |
|---|---|---|
| location | Israel | |
| age | 23 | |
| visits | member for | 3 years, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 37 |
|
May 21 |
awarded | Popular Question |
|
May 16 |
comment |
How to add text shadows to a UITextView? yea, its hard keeping these comments up to date :P |
|
May 16 |
answered | Drop Shadow on UITextField text |
|
May 16 |
answered | How to add text shadows to a UITextView? |
|
Apr 18 |
awarded | Excavator |
|
Apr 18 |
revised |
How to correctly subclass UIGestureRecognizer updated to correct url |
|
Apr 18 |
suggested | suggested edit on How to correctly subclass UIGestureRecognizer |
|
Apr 17 |
awarded | Civic Duty |
|
Apr 16 |
awarded | Popular Question |
|
Apr 9 |
awarded | Popular Question |
|
Mar 20 |
comment |
Swipe gesture iphone Nope. They can be OR'ed. If you 'Jump to Definition' you'll see this. typedef NS_OPTIONS(NSUInteger, UISwipeGestureRecognizerDirection) {
UISwipeGestureRecognizerDirectionRight = 1 << 0,
UISwipeGestureRecognizerDirectionLeft = 1 << 1,
UISwipeGestureRecognizerDirectionUp = 1 << 2,
UISwipeGestureRecognizerDirectionDown = 1 << 3
}; |
|
Jan 24 |
awarded | Yearling |
|
Jan 24 |
awarded | Popular Question |
|
Jan 21 |
awarded | Notable Question |
|
Jan 20 |
awarded | Enthusiast |
|
Dec 23 |
comment |
Javascript regex to find PHP object Interesting, i figured out the reason why i have been having trouble with this is because at some point the code is going back and forth between html entities. So $[a-zA-Z0-9_]+\s*-> actually works for me. |
|
Dec 23 |
comment |
Javascript regex to find PHP object For some reason im having trouble with the -> part. If i shorten the code to test what breaks, \$[a-zA-Z0-9_]+\s*- will select $obj-, but '\$[a-zA-Z0-9_]+\s*->' will not select $obj->... Any reason why that could be? |
|
Dec 23 |
revised |
Javascript regex to find PHP object added 66 characters in body |
|
Dec 23 |
comment |
Javascript regex to find PHP object Not at all! Im just extending some syntax highlighting. |
|
Dec 23 |
asked | Javascript regex to find PHP object |