Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View rendering #5

Open
victorteokw opened this issue Mar 23, 2015 · 0 comments
Open

View rendering #5

victorteokw opened this issue Mar 23, 2015 · 0 comments

Comments

@victorteokw
Copy link
Owner

View rendering is compatible with iOS native API.

CB.Renderer is responsible for DOM manipulation.
CB.View is the base view class. It has a property named 'layer', and layer is a jQuery DOM object.
CB.Window is a subclass of CB.View, and it represents $("body").
CB.Rect is analogous with CGRect.
CB.Point is analogous with CGPoint.
CB.Size is analogous with CGSize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant