Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erossini/swift-bmicalculator
Simple BMI calculator with Swift and iOS
https://github.com/erossini/swift-bmicalculator
ios ios-swift swift xcode
Last synced: 30 days ago
JSON representation
Simple BMI calculator with Swift and iOS
- Host: GitHub
- URL: https://github.com/erossini/swift-bmicalculator
- Owner: erossini
- Created: 2021-08-01T11:47:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T18:48:38.000Z (over 3 years ago)
- Last Synced: 2024-11-13T03:25:36.327Z (3 months ago)
- Topics: ios, ios-swift, swift, xcode
- Language: Swift
- Homepage: https://www.puresourcecode.com/programming-languages/swift/hello-world-using-xcode-and-swift/
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Body Mass Index Calculator
Simple Body Mass Index (BMI) calculator with Swift and iOS## Screenshot
![Simulator Screen Shot - iPhone 11 - 2021-09-11 at 18 38 39](https://user-images.githubusercontent.com/9497415/132956441-e08949e1-8f08-44a8-8919-8838852ce995.png)## More Swift code
- [Hello World!](https://github.com/erossini/Swift-HelloWorld)
- [BMI Calculator](https://github.com/erossini/Swift-BMICalculator)
- [Quote App](https://github.com/erossini/Swift-QuoteApp)
- [ToDo List](https://github.com/erossini/Swift-TodoList)
- [ToDo List with Core Data](https://github.com/erossini/Swift-TodoListCR)
- [ToDo List with image and Swipe](https://github.com/erossini/Swift-ToDoListImageAndSwipe)
- [CryptoCurrency](https://github.com/erossini/Swift-CryptoAPI) shows the value of a crypto currency in a real currency using APIFor more code and explanation, visit my blog [PureSourceCode](https://www.puresourcecode.com) and subscribe the newsletter to keep updated and receive all the posts about Swift. If you have any questions about this code, please post your comment, feedback or question in the [forum](https://www.puresourcecode.com/forum/forum/swift/). Here some posts to start with Swift:
- [Getting Started With Swift Development](https://www.puresourcecode.com/programming-languages/swift/getting-started-with-swift-development/)
- [Starting Out With Swift Commands](https://www.puresourcecode.com/programming-languages/swift/starting-out-with-swift-commands/)
- [Hello World Using Xcode And Swift](https://www.puresourcecode.com/programming-languages/swift/hello-world-using-xcode-and-swift/)
- [This Is Swift!](https://www.puresourcecode.com/programming-languages/swift/this-is-swift/)