IPhoneUIComponent
From WikiFlashed
This component package is built upon WikiFlashedComponents package. It was originally built for Flash/Flex apps but I have converted them to be easily integrated into projects for the iPhone that uses AS3. It would surely make life much easier when things like this become more available in the future.
This is still work in progress and for legal reasons, will not be released until later.
Contents |
Author
- WikiFlashed
- http://www.wikiflashed.com
Projects
Some small projects and source files that uses this component.
- Soon
Details
Much like the WikiFlashedComponents package, the architecture of the class instantiates in the order: Component -> ComponentType -> Custom Logics. Font names can be now parsed in through the constructor: new Label("Arial"). The benefits of this component package is its simplicity and it can easily be modified to suit your application. However for iPhone, it is recommended to use the default "_sans" so that iPhone's fall back font will be used which generally looks a lot better and it will save you tons of font size.
Most of them are designed to look as close as possible to the Apple's default UI but you can easily adjust the look and feel to your application's need
Classes (TBD)
- Component.as
- InputText.as
- Label.as
- Panel.as
- PushButton.as
- Selector.as
- Slider.as
- Text.as
- VSlider.as
- HSlider.as