Just want to know if anyone knows a good tutorial for isometric cocos2d maps? Did not find a very good isometric, only orthogonal.
I cannot find a suitable partner on the map.
Another o
Just want to know if anyone knows a good tutorial for isometric cocos2d maps? Did not find a very good isometric, only orthogonal.
I cannot find a suitable partner on the map.
Another o
I spent a few hours trying to solve this problem, but I have not finished thinking about it.
All I have to do is archive an object, but the method archiveRootObject continues to return NO
I want to use MPMoviePlayerController to play a video in UIView.
After pressing the UIButton, the video appears and starts to play.
Unfortunately, after 3-4 seconds, the video changes Black, the
When I call myself in a reserved block, I usually get a warning:
[self.someView doSomething:^{
self.aVar = @”Hello!”;
}]; I will do:
__weak SomeObject *weakSelf = self;
[self.someView
Background
I have an application and I am trying to archive and submit it to the application store for approval. Part of the process requires application loader preparation And load the archi
My xcode suddenly encountered a problem with distributing any application. When I clicked the “Distribute…” button and selected the code signing logo. This is the error message: p>
Code
iOS and H5 page interaction (WKWebview and UIWebview cookie settings) Main Record the cookie-related pits
“`
NSURL *cookieHost = [NSURL URLWithString:self.domain];
// setting cookie
NSHTTP
I have a table view that is pushed to the detail view controller. From the detail view controller, when I press the “back” button, I want an integer value to change. How to Edit the action of the n
Shallow copy Shallow copy is the copy of the memory address, so that the target object pointer and the source object point to the same memory space, when the memory is destroyed At that time, seve
I have a problem to get my navigation controller to work properly! If I click a cell of the table in RootViewController, it doesn’t seem to be the next ViewController.
The error message reads