1. The most tangled problem.
The main problems are the following differences.
P. P1 {margin: 0.0px 0.0px 0.0px 0.0px; Font: 12.0px Monaco; color: #008c00}
P. P2 {margin: 0.0px 0.0px 0.0px 0.0px; Font: 12.0px Monaco; color: #490085}
Span. S1 {color: #000000}
Span. S2 {color: # cb00a5}
// [Self. navigationcontroller pushviewcontroller: viewcontroller animated: Yes];
[Self presentmodalviewcontroller: viewcontroller animated: Yes];
The line commented out is the automatic upload that will be warned by the memory. The reason is that the iPhone system considers this view not to be displayed at this time. The following modal method, you can ensure that you are not warned about Upload by the system memory. Although navigationcontroller can achieve more animation effects, it can only give up. Here are explanations:
Http://stackoverflow.com/questions/1834128/memory-warning-after-using-the-uiimagepicker-once
However, I have been exploring the specific problem for a long time. Apple did not say that the navigationcontroller pushviewcontroller switch view mode is not displayed.
2. I did not test it on my own. I was suspected of having problems with the openfeint update. I didn't think much about it at the time. I just overwritten the old openfeint.
Actual solution :( from: http://www.cocoachina.com/bbs/read.php? Tid-10706-fpage-5.html)
* Select 'targets' in the groups & files pane.
* Right click your target and select get info.
* Select the 'general 'tab.
* Under 'linked libraries' change the following libraries from 'requestred' to 'weak'
* Uikit
* Mapkit