iOS Goodies is a collection of iOS native methods that allow you to do different things like showing native dialogs, opening a certain location on the map sharing text and many more.
Ask us anything on our Discord server!Advantages:
- Clean and flexible API
- Every API method documented.
- Full source code included
- Well-written
documentation===== FEATURES ======== App Interaction ===- Opening various installed app, currently contains YouTube and FaceTime
- Opening dialer
- Opening app settings
- Opening app store page
- Opening Apple Maps application on specified address, location, performingsearch on map or displaying directions
- Social sharing text+image, sending SMS (embedded or in Messaging app), E-mail, Facebook & Twitter Sharing (direct Facebook and Twitter sharing removed in iOS 10).
- Contact picker
- Pick image from camera/gallery and get result
- Save image to gallery
- Video picker/open video editor
- Create/remove/complete reminder
- Open calendar/create calendar events
=== Native UI ===- Opening standard 1-2-or-3 button dialogs and getting a callback which button has been clicked
- Native Date/Time Picker/countdown timer picker
- Request app rating dialog
- Native loading overlay
- Action Sheets simple/complex
=== Hardware ===- Toggle flashlight and it's intensity
- Haptic feedback (vibration)
- Fingerprint/FaceId authentication
=== Device ===-Get Battery state and charge level
-Get Device name, UUID, os version, device model, proximity sensor.