diff --git a/ViewControllerContainment/ViewControllerContainment.xcodeproj/project.pbxproj b/ViewControllerContainment/ViewControllerContainment.xcodeproj/project.pbxproj index 4b09de9..483a226 100644 --- a/ViewControllerContainment/ViewControllerContainment.xcodeproj/project.pbxproj +++ b/ViewControllerContainment/ViewControllerContainment.xcodeproj/project.pbxproj @@ -7,6 +7,10 @@ objects = { /* Begin PBXBuildFile section */ + 2E5F159816DBFE04003A87FA /* VCCAutomaticCallbacksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E5F159616DBFE04003A87FA /* VCCAutomaticCallbacksViewController.m */; }; + 2E5F159916DBFE04003A87FA /* VCCAutomaticCallbacksViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2E5F159716DBFE04003A87FA /* VCCAutomaticCallbacksViewController.xib */; }; + 2E5F159D16DBFE19003A87FA /* VCCManualCallbacksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E5F159B16DBFE19003A87FA /* VCCManualCallbacksViewController.m */; }; + 2E5F159E16DBFE19003A87FA /* VCCManualCallbacksViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2E5F159C16DBFE19003A87FA /* VCCManualCallbacksViewController.xib */; }; 2E9F4BD316D405AD000F1A04 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD216D405AD000F1A04 /* UIKit.framework */; }; 2E9F4BD516D405AD000F1A04 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD416D405AD000F1A04 /* Foundation.framework */; }; 2E9F4BD716D405AD000F1A04 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E9F4BD616D405AD000F1A04 /* CoreGraphics.framework */; }; @@ -21,6 +25,13 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 2E5F159516DBFE04003A87FA /* VCCAutomaticCallbacksViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCCAutomaticCallbacksViewController.h; sourceTree = ""; }; + 2E5F159616DBFE04003A87FA /* VCCAutomaticCallbacksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCCAutomaticCallbacksViewController.m; sourceTree = ""; }; + 2E5F159716DBFE04003A87FA /* VCCAutomaticCallbacksViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VCCAutomaticCallbacksViewController.xib; sourceTree = ""; }; + 2E5F159A16DBFE19003A87FA /* VCCManualCallbacksViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCCManualCallbacksViewController.h; sourceTree = ""; }; + 2E5F159B16DBFE19003A87FA /* VCCManualCallbacksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCCManualCallbacksViewController.m; sourceTree = ""; }; + 2E5F159C16DBFE19003A87FA /* VCCManualCallbacksViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VCCManualCallbacksViewController.xib; sourceTree = ""; }; + 2E5F159F16DBFF3C003A87FA /* NGMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NGMacros.h; sourceTree = ""; }; 2E9F4BCF16D405AD000F1A04 /* ViewControllerContainment.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ViewControllerContainment.app; sourceTree = BUILT_PRODUCTS_DIR; }; 2E9F4BD216D405AD000F1A04 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 2E9F4BD416D405AD000F1A04 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -83,12 +94,19 @@ 2E9F4BD816D405AD000F1A04 /* ViewControllerContainment */ = { isa = PBXGroup; children = ( + 2E5F159F16DBFF3C003A87FA /* NGMacros.h */, 2E9F4BE116D405AD000F1A04 /* VCCAppDelegate.h */, 2E9F4BE216D405AD000F1A04 /* VCCAppDelegate.m */, 2E9F4BEA16D405AD000F1A04 /* VCCViewController.h */, 2E9F4BEB16D405AD000F1A04 /* VCCViewController.m */, 2E9F4BED16D405AD000F1A04 /* VCCViewController.xib */, 2E9F4BD916D405AD000F1A04 /* Supporting Files */, + 2E5F159516DBFE04003A87FA /* VCCAutomaticCallbacksViewController.h */, + 2E5F159616DBFE04003A87FA /* VCCAutomaticCallbacksViewController.m */, + 2E5F159716DBFE04003A87FA /* VCCAutomaticCallbacksViewController.xib */, + 2E5F159A16DBFE19003A87FA /* VCCManualCallbacksViewController.h */, + 2E5F159B16DBFE19003A87FA /* VCCManualCallbacksViewController.m */, + 2E5F159C16DBFE19003A87FA /* VCCManualCallbacksViewController.xib */, ); path = ViewControllerContainment; sourceTree = ""; @@ -164,6 +182,8 @@ 2E9F4BE716D405AD000F1A04 /* Default@2x.png in Resources */, 2E9F4BE916D405AD000F1A04 /* Default-568h@2x.png in Resources */, 2E9F4BEF16D405AD000F1A04 /* VCCViewController.xib in Resources */, + 2E5F159916DBFE04003A87FA /* VCCAutomaticCallbacksViewController.xib in Resources */, + 2E5F159E16DBFE19003A87FA /* VCCManualCallbacksViewController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -177,6 +197,8 @@ 2E9F4BDF16D405AD000F1A04 /* main.m in Sources */, 2E9F4BE316D405AD000F1A04 /* VCCAppDelegate.m in Sources */, 2E9F4BEC16D405AD000F1A04 /* VCCViewController.m in Sources */, + 2E5F159816DBFE04003A87FA /* VCCAutomaticCallbacksViewController.m in Sources */, + 2E5F159D16DBFE19003A87FA /* VCCManualCallbacksViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -263,6 +285,11 @@ buildSettings = { GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "ViewControllerContainment/ViewControllerContainment-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + "NG_DEBUG_LEVEL=2", + ); INFOPLIST_FILE = "ViewControllerContainment/ViewControllerContainment-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 6.0; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -301,6 +328,7 @@ 2E9F4BF416D405AD000F1A04 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; diff --git a/ViewControllerContainment/ViewControllerContainment/NGMacros.h b/ViewControllerContainment/ViewControllerContainment/NGMacros.h new file mode 100644 index 0000000..458d3d5 --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/NGMacros.h @@ -0,0 +1,15 @@ +/** Define NG_DEBUG_LEVEL preprocessor macro to turn NGLog on */ + +#if !defined(NG_DEBUG_LEVEL) || NG_DEBUG_LEVEL == 0 +#define NGLog(...) +#define NGLogMessage() + +#elif NG_DEBUG_LEVEL == 1 +#define NGLog(...) NSLog(__VA_ARGS__) +#define NGLogMessage() NSLog(@"%@", NSStringFromSelector(_cmd)) + +#elif NG_DEBUG_LEVEL > 1 +#define NGLog( s, ... ) NSLog( @"%s : %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:(s), ##__VA_ARGS__] ) +#define NGLogMessage() NSLog(@"%s", __PRETTY_FUNCTION__) + +#endif \ No newline at end of file diff --git a/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.h b/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.h index 3857a1b..6822344 100644 --- a/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.h +++ b/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.h @@ -8,12 +8,9 @@ #import -@class VCCViewController; @interface VCCAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; -@property (strong, nonatomic) VCCViewController *viewController; - @end diff --git a/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.m b/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.m index 501e0c1..b349b3d 100644 --- a/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.m +++ b/ViewControllerContainment/ViewControllerContainment/VCCAppDelegate.m @@ -7,17 +7,18 @@ // #import "VCCAppDelegate.h" - #import "VCCViewController.h" + @implementation VCCAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; // Override point for customization after application launch. - self.viewController = [[VCCViewController alloc] initWithNibName:@"VCCViewController" bundle:nil]; - self.window.rootViewController = self.viewController; + VCCViewController * viewController = [[VCCViewController alloc] initWithNibName:@"VCCViewController" bundle:nil]; + UINavigationController * navigationController = [[UINavigationController alloc] initWithRootViewController:viewController]; + self.window.rootViewController = navigationController; [self.window makeKeyAndVisible]; return YES; } diff --git a/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.h b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.h new file mode 100644 index 0000000..121e3b5 --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.h @@ -0,0 +1,13 @@ +// +// VCCAutomaticCallbacksViewController.h +// ViewControllerContainment +// +// Created by Wojtek Nagrodzki on 25/02/2013. +// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved. +// + +#import + +@interface VCCAutomaticCallbacksViewController : UIViewController + +@end diff --git a/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.m b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.m new file mode 100644 index 0000000..1f76c11 --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.m @@ -0,0 +1,63 @@ +// +// VCCAutomaticCallbacksViewController.m +// ViewControllerContainment +// +// Created by Wojtek Nagrodzki on 25/02/2013. +// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved. +// + +#import "VCCAutomaticCallbacksViewController.h" + +@interface VCCAutomaticCallbacksViewController () + +@end + +@implementation VCCAutomaticCallbacksViewController + +#pragma mark - Public Properties +#pragma mark - Class Methods +#pragma mark - Instance Methods +#pragma mark - IBActions +#pragma mark - Overriden + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + self.navigationItem.title = @"Automatic"; + } + return self; +} + +#pragma mark - Overriden (Appearanca Callbacks) + +- (void)viewWillAppear:(BOOL)animated +{ + [super viewWillAppear:animated]; + NGLogMessage(); +} + +- (void)viewDidAppear:(BOOL)animated +{ + [super viewDidAppear:animated]; + NGLogMessage(); +} + +- (void)viewWillDisappear:(BOOL)animated +{ + [super viewWillDisappear:animated]; + NGLogMessage(); +} + +- (void)viewDidDisappear:(BOOL)animated +{ + [super viewDidDisappear:animated]; + NGLogMessage(); +} + +#pragma mark - Private Properties +#pragma mark - Private Methods +#pragma mark - OtherPerfectClassDelegate +#pragma mark - Notifications + +@end diff --git a/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.xib b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.xib new file mode 100644 index 0000000..b94d4e5 --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCAutomaticCallbacksViewController.xib @@ -0,0 +1,136 @@ + + + + 1552 + 12C3006 + 3084 + 1187.34 + 625.00 + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + 2083 + + + IBProxyObject + IBUIView + + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + PluginDependencyRecalculationVersion + + + + + IBFilesOwner + IBCocoaTouchFramework + + + IBFirstResponder + IBCocoaTouchFramework + + + + 274 + {{0, 20}, {320, 548}} + + + + 3 + MQA + + 2 + + + + + IBUIScreenMetrics + + YES + + + + + + {320, 568} + {568, 320} + + + IBCocoaTouchFramework + Retina 4 Full Screen + 2 + + IBCocoaTouchFramework + + + + + + + view + + + + 3 + + + + + + 0 + + + + + + 1 + + + + + -1 + + + File's Owner + + + -2 + + + + + + + VCCAutomaticCallbacksViewController + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIResponder + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + + + + 3 + + + + + VCCAutomaticCallbacksViewController + UIViewController + + IBProjectSource + ./Classes/VCCAutomaticCallbacksViewController.h + + + + + 0 + IBCocoaTouchFramework + YES + 3 + YES + 2083 + + diff --git a/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.h b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.h new file mode 100644 index 0000000..e24aaa4 --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.h @@ -0,0 +1,13 @@ +// +// VCCManualCallbacksViewController.h +// ViewControllerContainment +// +// Created by Wojtek Nagrodzki on 25/02/2013. +// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved. +// + +#import + +@interface VCCManualCallbacksViewController : UIViewController + +@end diff --git a/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.m b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.m new file mode 100644 index 0000000..9ae3dee --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.m @@ -0,0 +1,63 @@ +// +// VCCManualCallbacksViewController.m +// ViewControllerContainment +// +// Created by Wojtek Nagrodzki on 25/02/2013. +// Copyright (c) 2013 Wojtek Nagrodzki. All rights reserved. +// + +#import "VCCManualCallbacksViewController.h" + +@interface VCCManualCallbacksViewController () + +@end + +@implementation VCCManualCallbacksViewController + +#pragma mark - Public Properties +#pragma mark - Class Methods +#pragma mark - Instance Methods +#pragma mark - IBActions +#pragma mark - Overriden + +- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil +{ + self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; + if (self) { + self.navigationItem.title = @"Manual"; + } + return self; +} + +#pragma mark - Overriden (Appearanca Callbacks) + +- (void)viewWillAppear:(BOOL)animated +{ + [super viewWillAppear:animated]; + NGLogMessage(); +} + +- (void)viewDidAppear:(BOOL)animated +{ + [super viewDidAppear:animated]; + NGLogMessage(); +} + +- (void)viewWillDisappear:(BOOL)animated +{ + [super viewWillDisappear:animated]; + NGLogMessage(); +} + +- (void)viewDidDisappear:(BOOL)animated +{ + [super viewDidDisappear:animated]; + NGLogMessage(); +} + +#pragma mark - Private Properties +#pragma mark - Private Methods +#pragma mark - OtherPerfectClassDelegate +#pragma mark - Notifications + +@end diff --git a/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.xib b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.xib new file mode 100644 index 0000000..029c1cc --- /dev/null +++ b/ViewControllerContainment/ViewControllerContainment/VCCManualCallbacksViewController.xib @@ -0,0 +1,137 @@ + + + + 1536 + 12A269 + 2835 + 1187 + 624.00 + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + 1919 + + + IBProxyObject + IBUIView + + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + PluginDependencyRecalculationVersion + + + + + IBFilesOwner + IBCocoaTouchFramework + + + IBFirstResponder + IBCocoaTouchFramework + + + + 274 + {{0, 20}, {320, 548}} + + + + + 3 + MQA + + 2 + + + + + IBUIScreenMetrics + + YES + + + + + + {320, 568} + {568, 320} + + + IBCocoaTouchFramework + Retina 4 Full Screen + 2 + + IBCocoaTouchFramework + + + + + + + view + + + + 3 + + + + + + 0 + + + + + + 1 + + + + + -1 + + + File's Owner + + + -2 + + + + + + + VCCManualCallbacksViewController + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIResponder + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + + + + 3 + + + + + VCCManualCallbacksViewController + UIViewController + + IBProjectSource + ./Classes/VCCManualCallbacksViewController.h + + + + + 0 + IBCocoaTouchFramework + YES + 3 + YES + 1919 + + diff --git a/ViewControllerContainment/ViewControllerContainment/VCCViewController.m b/ViewControllerContainment/ViewControllerContainment/VCCViewController.m index a6a91a6..edca89b 100644 --- a/ViewControllerContainment/ViewControllerContainment/VCCViewController.m +++ b/ViewControllerContainment/ViewControllerContainment/VCCViewController.m @@ -7,23 +7,33 @@ // #import "VCCViewController.h" +#import "VCCAutomaticCallbacksViewController.h" +#import "VCCManualCallbacksViewController.h" -@interface VCCViewController () - -@end @implementation VCCViewController -- (void)viewDidLoad +#pragma mark - Public Properties +#pragma mark - Class Methods +#pragma mark - Instance Methods +#pragma mark - IBActions + +- (IBAction)automaticCallbacksTapped:(id)sender { - [super viewDidLoad]; - // Do any additional setup after loading the view, typically from a nib. + VCCAutomaticCallbacksViewController * controller = [[VCCAutomaticCallbacksViewController alloc] init]; + [self.navigationController pushViewController:controller animated:YES]; } -- (void)didReceiveMemoryWarning +- (IBAction)manualCallbacksTapped:(id)sender { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. + VCCManualCallbacksViewController * controller = [[VCCManualCallbacksViewController alloc] init]; + [self.navigationController pushViewController:controller animated:YES]; } +#pragma mark - Overriden +#pragma mark - Private Properties +#pragma mark - Private Methods +#pragma mark - OtherPerfectClassDelegate +#pragma mark - Notifications + @end diff --git a/ViewControllerContainment/ViewControllerContainment/ViewControllerContainment-Prefix.pch b/ViewControllerContainment/ViewControllerContainment/ViewControllerContainment-Prefix.pch index 4527c10..e3670f1 100644 --- a/ViewControllerContainment/ViewControllerContainment/ViewControllerContainment-Prefix.pch +++ b/ViewControllerContainment/ViewControllerContainment/ViewControllerContainment-Prefix.pch @@ -11,4 +11,5 @@ #ifdef __OBJC__ #import #import + #import "NGMacros.h" #endif diff --git a/ViewControllerContainment/ViewControllerContainment/en.lproj/VCCViewController.xib b/ViewControllerContainment/ViewControllerContainment/en.lproj/VCCViewController.xib index dbef94e..09e9106 100644 --- a/ViewControllerContainment/ViewControllerContainment/en.lproj/VCCViewController.xib +++ b/ViewControllerContainment/ViewControllerContainment/en.lproj/VCCViewController.xib @@ -1,17 +1,18 @@ - 1536 - 12A269 - 2835 - 1187 - 624.00 + 1552 + 12C3006 + 3084 + 1187.34 + 625.00 com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 1919 + 2083 IBProxyObject + IBUIButton IBUIView @@ -33,10 +34,71 @@ 274 - {{0, 20}, {320, 548}} + + + + 292 + {{20, 20}, {280, 44}} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + 1 + Automatic Callbacks + + 3 + MQA + + + 1 + MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA + + + 3 + MC41AA + + + 2 + 15 + + + Helvetica-Bold + 15 + 16 + + + + + 292 + {{20, 83}, {280, 44}} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + 1 + Manual Callbacks + + + 1 + MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA + + + + + + + {{0, 64}, {320, 504}} - + 3 MC43NQA @@ -46,6 +108,9 @@ NO + + NO + IBUIScreenMetrics @@ -76,6 +141,24 @@ 7 + + + automaticCallbacksTapped: + + + 7 + + 13 + + + + manualCallbacksTapped: + + + 7 + + 14 + @@ -99,8 +182,22 @@ 6 + + + + + + 8 + + + + + 12 + + + @@ -108,19 +205,35 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin UIResponder com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 7 + 14 VCCViewController UIViewController + + id + id + + + + automaticCallbacksTapped: + id + + + manualCallbacksTapped: + id + + IBProjectSource ./Classes/VCCViewController.h @@ -132,7 +245,6 @@ IBCocoaTouchFramework YES 3 - YES - 1919 + 2083