| bio | website | |
|---|---|---|
| location | San Francisco, CA | |
| age | ||
| visits | member for | 2 years, 6 months |
| seen | 22 hours ago | |
| stats | profile views | 89 |
|
May 8 |
comment |
tomcat7-maven-plugin tomcatManager status code:403, ReasonPhrase:Forbbiden ditto... works great! |
|
Apr 30 |
comment |
UITableView and UIRefreshControl great advice... thx |
|
Apr 30 |
comment |
Move UIImage only inside of another UIImage @Paras Joshi who tried to edit my post by changing a few words to the same exact words, presumably to steal some credit from my answer. I understand now why you have 8000+ votes! |
|
Apr 30 |
awarded | Cleanup |
|
Apr 30 |
revised |
Move UIImage only inside of another UIImage rolled back to a previous revision |
|
Apr 18 |
answered | Maven add jars through systemPath/system but not added to war or anywhere else |
|
Apr 16 |
comment |
maven plugin install:install-file error hallelujah! This worked for me. Thanks for the advice! |
|
Apr 10 |
awarded | Tumbleweed |
|
Apr 3 |
asked | Mistake in MySQL User Account Migration |
|
Mar 22 |
comment |
viewDidUnload deprecation and backward compatibility Unfortunately we disagree with this. I've worked with ViewDidUnload quit a bit now and it is clear to me that viewDidUnload is only called in low memory situations. You can add a breakpoint in ViewDidUnload an you'll never hit the breakpoint unless you're experiencing a low memory notification. Apple added viewDidUnload in iOS4, I believe, and it was intended to notify the user that the system has unloaded the views already, and any strong references to subviews should be released. In iOS6, Apple decided to get control back to the app and let it determine when views will be purged. |
|
Mar 21 |
comment |
viewDidUnload deprecation and backward compatibility @Rob: Ok, but as jxpx777 noted, didReceiveMemoryWarning has been called since iOS2. Why not just purge the VC's subviews in this method, if it's not attached to the window. i.e. What does viewDidUnload give you that didReceiveMemoryWarning can't? |
|
Mar 21 |
comment |
viewDidUnload deprecation and backward compatibility The question still remains though, will viewDidUnload get called if an app written in iOS6 SDK is running on an iOS5 device? |
|
Mar 16 |
comment |
“po” command in Xcode 4.6 is very slow the first time i see this painful 4.6 delay when trying to print in integer value: > p n |
|
Mar 15 |
answered | NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle |
|
Mar 3 |
awarded | Necromancer |
|
Feb 21 |
answered | App crashing immediately after start |
|
Feb 7 |
comment |
Custom Crop Size in UIImagePickerController Thanks for sharing! |
|
Feb 5 |
comment |
How do I undeploy/completley-remove .war deployed under webapps directory when Tomcat 6.x is uninstalled? what if you delete the .war before stopping tomcat (tomcat7). I'm in a situation where the exploded folder is not being removed. If I remove it manually, then I need to reboot the server before tomcat works again: restarting tomcat7 doesn't work. |
|
Jan 24 |
comment |
tomcat-maven-plugin 403 error The problem here is that you'll deploy the .pom file along with your credentials. settings.xml will not be deployed. |
|
Jan 15 |
comment |
Move UIImage only inside of another UIImage @David Did this work for you? |