- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
self.window.rootViewController = self.viewController; // program recieve signal "SIGABRT".
[self.window makeKeyAndVisible];
return YES;;
}
i was reading some images from a URL and it worked but suddenly this error showed up .