Giter Site home page Giter Site logo

Comments (5)

gavinkwoe avatar gavinkwoe commented on June 9, 2024

所有window 必须要有root view controller

from beeframework.

kakuchichi avatar kakuchichi commented on June 9, 2024

没解决之前 你可以把services中继承BeeUIWindow的grid inspector给移除掉

from beeframework.

jickyi521 avatar jickyi521 commented on June 9, 2024

打log,rootViewControl也有的。用下面替换是好的,也不知道root casue 是什么。
UIViewController *viewController = [[UIViewController alloc] init];
self.window.rootViewController = viewController;
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];

from beeframework.

realcarlos avatar realcarlos commented on June 9, 2024

官方能不能更新一个Example?第一次运行就出错,让人很不放心啊。

from beeframework.

927141965 avatar 927141965 commented on June 9, 2024

打开Bee_Precompile.h 然后将
#define BEE_DEVELOPMENT (OFF)
#define BEE_PERFORMANCE (OFF)
#define BEE_LOG (OFF)
#define BEE_UNITTEST (OFF)
#define BEE_LIVELOAD (OFF)
改成OFF就好了

from beeframework.

Related Issues (20)

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.