Commit 1dfef5e5 authored by freecui's avatar freecui

应用名称

parent 532e6d01
......@@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<string>鲜丰平台</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
......
......@@ -67,7 +67,7 @@
#pragma mark - Private Method
- (void)setupSubviews {
UIImageView *bg = [[UIImageView alloc] initWithFrame:self.view.bounds];
bg.image = [UIImage imageWithColor:GXF_SAVE_COLOR];//[UIImage imageNamed:@"LoginBG"];
bg.image = [UIImage imageWithColor:GXF_SAVE_COLOR];//
[bg autoresizingWithStrechFullSize];
UITapGestureRecognizer *tapGesture =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment