I am currently trying to enter iOS development by myself. Now I cannot understand memory management.
This is the reason for my confusion:
NSString *path = [self.dataPath stringByAppendingPat
I am currently trying to enter iOS development by myself. Now I cannot understand memory management.
This is the reason for my confusion:
NSString *path = [self.dataPath stringByAppendingPat
I generate a dictionary from a JSON string, and the value of one of the dictionary is intended to be used as the height of the WebView object.
NSDictionary *dic = [jsonParser objectWithString