TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
BeeFramework is a semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS for the iPhone and iPad and more, created and maintained by Gavin.Kwoe and QFish.
/framework
folder into your project/services
folder into your projectA demo app for dribbble.com, as fast as native, as flexible as web. See /projects/dribbble
demo for more information.
Semi-hybrid offers you a new approach to UI development using XML/CSS, you can reuse these templates in any project based on BeeFramework. See /projects/dribbble
demo for more information.
Services extend and expand the functionality of your app automatically, drag and drop the services folder into your project. See /services
for more information.
For example:
bee.services.alipay.config.parnter = @""; bee.services.alipay.config.seller = @""; bee.services.alipay.config.privateKey = @""; bee.services.alipay.config.publicKey = @""; bee.services.alipay.config.notifyURL = @"http://"; bee.services.alipay.order.no = @"SN"; bee.services.alipay.order.name = @"NAME"; bee.services.alipay.order.desc = @"DESC"; bee.services.alipay.order.price = @"PRICE"; bee.services.alipay.whenSucceed = ^ { }; bee.services.alipay.PAY(); // or .ON();
Scaffold helps you to generate Model/Controller code and documents, also provide the local test environment. See /tools/scaffold
or /projects/scaffold
for more information.
For example:
> ./scaffold schema build ./example/dribbble.json > ./scaffold schema test ./example/dribbble.json
https://github.com/gavinkwoe/BeeFramework/archive/master.zip
Clone the repo (CLI)
git clone [email protected]:gavinkwoe/BeeFramework.git
Clone the repo (HTTP)
https://github.com/gavinkwoe/BeeFramework.git
Import from CocoaPods ( thanks to stcui )
Add below to Podfile
and run pod install
platform :ios
pod 'BeeFramework', :head
Copyright (c) 2014-2015, Geek Zoo Studio
______ ______ ______
/\ __ \ /\ ___\ /\ ___\
\ \ __< \ \ __\_ \ \ __\_
\ \_____\ \ \_____\ \ \_____\
\/_____/ \/_____/ \/_____/
Copyright (c) 2014-2015, Geek Zoo Studio
http://www.bee-framework.com
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
Name|Type -|- Gavin.Kwoe|https://github.com/gavinkwoe QFish|https://github.com/qfish STCui|https://github.com/stcui ilikeido|https://github.com/ilikeido gelosie|https://github.com/gelosie lancy|https://github.com/lancy uxyheaven|https://github.com/uxyheaven Yulong|https://github.com/Yulong esseak|https://github.com/esseak inonomori|https://github.com/inonomori
You may want to see more great open source projects brought you by Chinese developers. See more in the Projects repo of OpenSourceChina.