Skip to content

Commit 6c041f9

Browse files
Update readme with xcode notes
1 parent 63b1b3c commit 6c041f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NativeScript-FloatingActionButton
2-
XML widget to create the Material Design Floating Action Button for Android NativeScript apps
2+
XML widget to create the Material Design Floating Action Button for NativeScript apps
33

44
[Material Design Floating Action Button Spec](https://www.google.com/design/spec/components/buttons-floating-action-button.html)
55

@@ -72,8 +72,9 @@ exports.fabTap = function(args) {
7272

7373

7474
## iOS Notes
75-
Since iOS doesn't have a native FAB, we're using the amazing [KCFloatingActionButton](https://cocoapods.org/pods/KCFloatingActionButton) by [Lee Sun-Hyoup](https://github.com/kciter)
75+
- Since iOS doesn't have a native FAB, we're using the amazing [KCFloatingActionButton](https://cocoapods.org/pods/KCFloatingActionButton) by [Lee Sun-Hyoup](https://github.com/kciter)
7676
As of this publish, it does not yet support images, however this is an Issue open.
77+
- Requires XCode CommandLineTools 7.1 to build, [the Cocoapod tanks when using 7.2](https://github.com/NativeScript/nativescript-cli/issues/1521)
7778

7879
### Contributors
7980

0 commit comments

Comments
 (0)