This project is no longer supported or updated. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it.
Goodbye BeeFramework, Goodbye Steve Jobs era.
BeeFramework is a semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS.
QQ Group: 314365063
Yet another great UI Solution
https://github.com/hackers-painters/samurai-native
- Edit the XML file with any editor (Xcode, Sublime Text, even TextEdit etc.).
- After editing, just save the file by shortcut (
Command+S
) or clicking the menu itemSave
. - Then the corresponding view in smulator will update according to the changes without rebuilding app.
- You can get More info from
/serivces/bee.service.liveload/
.
📺  BeeFramework 0.6.0 New Feature - Liveload  [YouTube]  [Youku]
- Download the source code
- Drag and drop
/framework
folder into your project - Drag and drop
/services
folder into your project - Build and run
A 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
- CLI
- MVC
- View
- Liveload
- Application
- Config
- Container
- Board
- Stack
- Router
- Window
- CSS style sheet
- XML template
- DOM
- Animation/Transition
- Data binding
- Capability
- Elements
- Elements ext
- Signaling
- Auto layout
- Query (jQuery-like syntax)
- View-Model
- Once
- Paging
- Stream
- Other
- Color
- Font
- Image
- Metrics
- Model
- Controller
- Message
- MessageController
- Queue
- Routine
- Extensions
- Message + JSON
- Message + HTTP
- Message + XML
- Message + ActiveRecord
- View
- System
- Cache
- File
- Memory
- Keychain
- UserDefaults
- Database
- SQLite wrapper
- ActiveRecord
- Driver
- Foundation
- Assertion
- Log
- Performance
- Runtime
- Sandbox
- Singleton
- System information
- Thread
- Ticker
- UnitTest
- Localization
- Network
- HTTP client
- HTTP server
- Reachability
- Socket
- Resource
- Service
- Cache
-
https://github.com/gavinkwoe/BeeFramework/archive/master.zip
-
Clone the repo (CLI)
git clone git@github.com:gavinkwoe/BeeFramework.git
-
Clone the repo (HTTP)
https://github.com/gavinkwoe/BeeFramework.git
-
Import from CocoaPods ( thanks to stcui )
Add below to
Podfile
and runpod install
platform :ios pod 'BeeFramework', :head
- Have a bug or a feature request? Please open a new issue.
- Before opening any issue, please read the Issue Guidelines, written by Nicolas Gallagher.
______ ______ ______
/\ __ \ /\ ___\ /\ ___\
\ \ __< \ \ __\_ \ \ __\_
\ \_____\ \ \_____\ \ \_____\
\/_____/ \/_____/ \/_____/
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.
- Liveload
- New MVVM architecture
- New Package technology
- New Signal routing technology
- New HTTP server technology
- New CSS parser, support more CSS syntax
- New ScrollView, support complex layout
- More jQuery-like syntax
- Refactory directory structure
- Refactory animation system
- Support multi-language
- Support manifest.json
- New 3D UI inspector plugin
- New grid system plugin
- New alipay plugin
- New location plugin
- New push notification plugin
- New social share plugin
- New splash plugin
- Bug fix
- Refactory the directory structure, divided into four parts, applicaton, service, system and vendor.
- New XML template technology, perfect support for CSS
- New QUERY technology, compatible with the jQUERY grammar
- New automatic layout algorithm, easy to handle complex UI development task
- New Service technology, plug-and-play
- New mocking server technology, simulate network requests.
- New ActiveObject technology, support any object serialization and deserialization
- New In-app debugger, simplify the useless function
- Code generator for JSON schema, no longer need to handwritten server docking code
- Add BeeUISkeleton, an simple and powerful application entry
- Add BeeRoutine, an BeeMessage which can asynchronous and by-self executing
- Fix some BUG
- Fully support for MacOS
- Fully support for UI template (xml)
- Fully support for UI query syntax, like jQUERY
- Fully support for template/viewController signal bridging by ID
- Fix some bugs
- Refactoring the directory structure, Core and MVC completely separated, and the source files and the extensions completely separated
- Refactoring the code structure of BeeDatabase and BeeActiveRecord, more clearly
- Support the ActiveRecord inherition and nesting, support HAS/BELONG_TO operations
- Support dot(.) opertions for BeeRequest and BeeMessage
- Fix some bugs
- Add BeeDatabase
- Add BeeActiveRecord
- Overload graph
- Fix some bugs
- Move precompile options to 'Bee_Precompile.h'
- Draft version
- Tutorial
- In-app debugger
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.