We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143357f commit 5381eafCopy full SHA for 5381eaf
Example/Common/MRCrossPlatformUtil.m
@@ -128,28 +128,26 @@ CGContextRef __nullable UIGraphicsGetCurrentContext(void)
128
129
@implementation MRBaseViewController
130
131
+#if TARGET_OS_IPHONE
132
- (void)loadView
133
{
-#if TARGET_OS_IPHONE
134
NSString *nibName = [NSStringFromClass([self class]) stringByAppendingString:@"-iOS"];
135
UINib *nib = [UINib nibWithNibName:nibName bundle:nil];
136
NSArray *views = [nib instantiateWithOwner:self options:nil];
137
self.view = [views firstObject];
138
-#endif
139
}
140
141
- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
142
143
144
nibNameOrNil = nil;
145
146
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
147
if (self) {
148
149
150
return self;
151
152
+#endif
153
#if TARGET_OS_IPHONE
154
- (void)viewWillAppear:(BOOL)animated
155
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments