Crossapp Alpha 0.1.10 update content:1.CAImageView Optimization
Optimize Caimageview and modify the bug that was previously displayed incorrectly in Caimageview Add sub-view, now feel free to add a child view to Caimageview.
2. Delete cccolor3b, and add cacolor4b
Delete the previous cccolor3b, all the places used in cccolor3b were cacolor4b replaced, increasing the transparency properties. (In this change to the previous project based on the engine can not compile the problem, please understand, here to say sorry to everyone)
3. Delete the Opacity property and add a new Alpha attribute
The Alpha property is float, the value range is 0-1.0f, and setting the Alpha property directly affects the transparency of all child views.
4. Remove the Position property completely
The same ccmoveto and Ccmoveby are abandoned by the engine.
5. Fix bug of Android platform GPS
Fixed bug where Android platform phone didn't run because the app didn't turn on the GPS
6. Fix Cascrollview Bug
Fixed agent callback method before virtual void scrollviewwillbegindragging (cascrollview* view) {}; Bug that triggers timing error
———— June 16, 2014
: http://git.oschina.net/9miao/CrossApp