Tongtong Xu
Tongtong Xu
I add the method in StrechyHeaderExampleViewController.m - (void)dealloc { NSLog(@"Release Success"); } It's never performed. Then I change strong to weak in MultiplexerProxyBehaviour.h @property(nonatomic, weak) IBOutletCollection(id) NSArray *targets; And then...
Recently,I learn cocoapods.then ,I use CRNavigationController. I use cocoapods to manage my local project. I has a problem when i write podfile It's how to link to a podspec use...
New Api: - (nullable WKNavigation *)loadData:(NSData *)data MIMEType:(NSString *)MIMEType characterEncodingName:(NSString *)characterEncodingName baseURL:(NSURL *)baseURL NS_AVAILABLE(10_11, 9_0);