Giter Club home page Giter Club logo

mobileproject's Issues

pods问题

请问下,pods库里好多都不能通过pod search到你是怎么添加更新的呢???

你好,我下载了你这个项目但是编译不成功.

报错信息是:
0 0x10a82992b __assert_rtn + 129
1 0x10a866556 archive::File::makeObjectFileForMember(archive::File::Entry const*) const + 1218
2 0x10a865bf9 archive::File::forEachAtom(ld::File::AtomHandler&) const + 499
3 0x10a87cddd ld::tool::InputFiles::forEachInitialAtom(ld::File::AtomHandler&, ld::Internal&) + 657
4 0x10a889ac8 ld::tool::Resolver::resolve() + 44
5 0x10a82a693 main + 759
A linker snapshot was created at:
/tmp/MobileProject-2018-00-29-143646.ld-snapshot
ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember, file /Library/Caches/com.apple.xbs/Sources/ld64/ld64-305/src/ld/parsers/archive_file.cpp, line 383.
clang: error: linker command failed with exit code 1 (use -v to see invocation)

新添一个 Config 目录

您好!

   在使用本项目时,遇到一个问题,在 Expand(拓展)目录中存放了常量、宏定义等文件。
   目录名为拓展,但放了很多项目配置文件,像 BaseUrl、三方 SDK 的 AppKey、枚举、用常量描述的键值(如通知)等,它们对于项目的重要性很高,需要放在更显眼的地方。因此个人认为,可以单独建立一个名为Config文件夹,将它们专门存放,并且它和 Expand 是同一级的目录。
此处简单描述了下个人的观点,期待收到回信。

关于导航栏的解决方案

如果用系统的导航栏, 会存在各种各样的设置问题, 之前见过一个项目, 直接给BaseViewController添加了个NavgationBar, 不用系统的啦, 系统的直接一直隐藏, 只用系统的导航栏功能, 不用UI........快被Demo里边的导航栏的各种设置绕晕了....

项目编译有问题

无论是通过git clone 整个项目还是直接download,编译总是出错。
编译出错如图所示:
2016-02-22 5 00 32
下载的代码应该是完整的。
2016-02-22 5 06 27

EaseBlankPage 布局问题。

作者您好,很感谢您开源的项目。
我在使用您的项目中发现过一个问题;我在用UIScrollView加载多个tableview时,tableview引入了EaseBlankPage,发现多个空白提现时,EaseBlankPage布局出不了。查看了EaseBlankPage的实现,发现35行 self.blankPageView = [[EaseBlankPageView alloc] initWithFrame:self.bounds]; 的布局问题,导致UIScrollView加载多个tableview提示空白不正常问题。我改成了下面写法,就可以解决我的问题。


if (!self.blankPageView) {
            //self.blankPageView = [[EaseBlankPageView alloc] initWithFrame:self.bounds];
            self.blankPageView = [EaseBlankPageView new];
            [self.blankPageView setBackgroundColor:[UIColor clearColor]];
        }
        self.blankPageView.hidden = NO;
        [self.blankPageContainer addSubview:self.blankPageView];
        //设置提示布局
        [self.blankPageView mas_makeConstraints:^(MASConstraintMaker *make) {
            make.center.equalTo(self.blankPageContainer);
            make.size.mas_equalTo(self.blankPageContainer);
        }];
        
        [self.blankPageView configWithType:blankPageType hasData:hasData hasError:hasError reloadButtonBlock:block];


请教您一个问题

在MPHomeViewController 中有一行,self.moreNavigationController.navigationBarHidden = YES;
网上查了下, 都是4s 或者4里边的用到的属性, 这个有什么用吗?谢谢

UINavigationController+JZExtension 视图控制器跳转时导航栏恢复了显示状态。

Line 203

  • (void)_navigationWillTransitFromViewController:(UIViewController *)fromViewController toViewController:(UIViewController *)toViewController animated:(BOOL)animated isInterActiveTransition:(BOOL)isInterActiveTransition {
    [self setNavigationBarHidden:!toViewController.wantsNavigationBarVisible animated:animated];

在未设置wantsNavigationBarVisible属性时,该行代码强制视图控制器跳转时都设置成了显示状态。
建议,在未设置wantsNavigationBarVisible属性时,保持navigationBarHidden不变。

你好楼主

你请问你这个会持续更新,一直维护吗

Podfile文件中的AFN2.6换成3.1后各种报错

大神好。,。想用AFN3.1。。把Podfile文件中的AFN2.6换成3.1后各种报错。。参考各种AFN2.x转AFN3.x的帖子还是弄的总有问题。。之前遇到的简单的老项目AFN2.x转AFN3.x我弄的还正常。,还请赐教我等小白。

解压失败

你好,我下载该工程到本地,一直解压失败,试了好几次,希望帮忙看看,谢谢

长链接

大神,Network那块如果要在这里用长链接应该在哪里改啊

关于 [SYSafeCategory callSafeCategory]

我测试了 ,发现在application didFinishLaunchingWithOptions中调用这个方法,但是当数组为空时,比如调用arr[0]还是会崩溃,请问这是我使用的问题么?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.