154 reputation
6
bio website
location Braga, Portugal
age 26
visits member for 5 months
seen 19 hours ago
stats profile views 6

Mar
21
answered Calling presentModalViewController from AppDelegate not working
Feb
21
comment Password strength library - Objective C
As I said, it is not accurate, it's a mere estimate. It's an analysis of the worst attack scenario. And as far as I read, the question stated "If not, what are the best ways to start?". How is this not some help to at least get in the mindset for working out your own method?
Feb
21
answered Password strength library - Objective C
Feb
21
answered UITextView contentSize.height larger than necessary?
Feb
21
answered UIImagePickerController will not initialize camera view sometimes
Feb
18
awarded  Scholar
Feb
18
accepted How to check for network total traffic in Windows Azure (Virtual Machine)
Feb
18
comment How to check for network total traffic in Windows Azure (Virtual Machine)
I was looking for something simpler but these tools might actualy come in handy for a more complete monitoring! So thank you!
Feb
15
asked How to check for network total traffic in Windows Azure (Virtual Machine)
Feb
4
answered Custom UITableViewCell and resizing cell height
Feb
4
comment Marking heap shows I have a perpetual retain (ARC enabled). How to fix?
Getting views retained forever in my case is almost always caused by circular references. If you have a reference to your loginview in some object A, and you also keep a reference to A inside loginview, they are locking each other from being dealloc'ed.
Jan
31
comment Properly sort an NSString array including words starting with a dash or special symbols (for a dictionary)
Glad you figured it out!
Jan
28
answered Properly sort an NSString array including words starting with a dash or special symbols (for a dictionary)
Jan
22
awarded  Revival
Jan
21
answered Add New Item When No Results in UISearchDisplayController
Jan
21
comment Implicit conversion of Objective-C pointer type. Bridged cast issue
You should answer your own question and mark it as correct, so that it doesn't show this question on 'unanswered' anymore.
Jan
18
answered Overlay view scroll as UITableView scrolls
Jan
18
answered How can I post text with Facebook feed dialog?
Jan
15
awarded  Teacher
Jan
15
answered dismissViewControllerAnimated:completion: has a couple second delay