BeeFramework 是一个半原生框架,允许您使用 Objective-C 和 XML/CSS 为 iPhone 和 iPad 等设备创建移动应用,由 Gavin.Kwoe 和 QFish 创建和维护。
/framework
文件夹拖放到您的项目中/services
文件夹拖放到您的项目中一个为 dribbble.com 创建的示例应用,速度与原生应用一样快,灵活性如网页般高。更多信息请参阅 /projects/dribbble
示例。
半原生为您提供了一种使用 XML/CSS 开发 UI 的新方法,您可以在基于 BeeFramework 的任何项目中重用这些模板。更多信息请参阅 /projects/dribbble
示例。
服务自动扩展和扩展您应用的函数,将服务文件夹拖放到您的项目中。更多信息请参阅 /services
。
例如
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();
脚手架可以帮助您生成 Model/Controller 代码和文档,还提供本地测试环境。更多信息请参阅 /tools/scaffold
或 /projects/scaffold
。
例如
> ./scaffold schema build ./example/dribbble.json > ./scaffold schema test ./example/dribbble.json
https://github.com/gavinkwoe/BeeFramework/archive/master.zip
克隆仓库(CLI)
git clone [email protected]:gavinkwoe/BeeFramework.git
克隆仓库(HTTP)
https://github.com/gavinkwoe/BeeFramework.git
从CocoaPods导入(感谢stcui)
添加以下内容到Podfile
并运行pod install
platform :ios
pod 'BeeFramework', :head
版权所有(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.
名称|类型 -|- 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
您可能想看到更多中国开发者带来的优秀开源项目。请参阅Projects 仓库以获取更多OpenSourceChina的信息。