Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizal72/iContactU
Swift iOS App: reminds you to contact people you ought to.
https://github.com/rizal72/iContactU
Last synced: 2 months ago
JSON representation
Swift iOS App: reminds you to contact people you ought to.
- Host: GitHub
- URL: https://github.com/rizal72/iContactU
- Owner: rizal72
- License: mit
- Created: 2014-09-19T13:21:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T19:02:07.000Z (about 10 years ago)
- Last Synced: 2024-08-01T19:31:15.132Z (5 months ago)
- Language: Swift
- Homepage: https://itunes.apple.com/us/app/icontactu/id920200100?l=it&ls=1&mt=8
- Size: 945 KB
- Stars: 133
- Watchers: 21
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - iContactU - 提醒你在特定的时间给某人打电话. (Demo Apps / 示例程序 / iOS)
README
iContactU
======================================================iOS App - entirely developed in Swift
note: supports Xcode 6.1/Swift 1.1Did you ever forgot to call or contact someone you ought to?
With iContactU this will never happen again!iContactU allow you to create a list of people to contact for some reason, at a given date and given time. Then the app will order all your reminders by date, and will alert you with a notification (and a badge) at day and time you've set: for an Account or a Project Manager could be a life saver...
How it works:
You select a contact from your Address Book, write a reason why, select date and time, then forget it!
iContactU will remind you to contact the people you've selected in the exact moment you should, and you can reach them directly from the app, by phone, sms or email, just clicking on the corresponding button!And most of all this app is completely free.
Features:
Developed in Swift, Address Book access, CoreData, reminders and alerts, direct access to phone, messages and email.It uses CocoaPods and the following libraries:
- [APAddressBook](https://github.com/Alterplay/APAddressBook) for address book access
- [Breeze](https://github.com/andrelind/Breeze) for CoreData access
- [HexColor](https://github.com/mRs-/HexColors.git) for using colors in Hex formatrun pod install from terminal, into the main folder, before building.
--
This source code is released for educational and learning purposes.
Credits to Brian Advent(https://www.youtube.com/channel/UCysEngjfeIYapEER9K8aikw) for his wonderful Swift tutorials.