benlau / quickios

QML Theme and Component Library for iOS
Apache License 2.0
166 stars 37 forks source link

IButton #3

Closed mikeeeeeeeeeeeeeeee closed 8 years ago

mikeeeeeeeeeeeeeeee commented 8 years ago

In https://github.com/benlau/quickios/blob/master/QuickIOS/IButton.qml#L9 line 9 the IButton dependents on its parent.

Is this a mistake?

benlau commented 8 years ago

Thanks for report. In fact, this component is not used any more. I will remove it later.

mikeeeeeeeeeeeeeeee commented 8 years ago

Oh ok. What will be the replacement for it? The normal Button from Qt ?

benlau commented 8 years ago

You may try BarButtonItem. It supports to fill text / icon by tintColor.

mikeeeeeeeeeeeeeeee commented 8 years ago

ok thanks