Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Loafjet/Loafjet
๐ Loafjet is a lightweight custom framework used to add Loafs, Dash Board, Popup Card, and Loading indicator in your Swift project
https://github.com/Loafjet/Loafjet
indicators ios loaf popup-card toast toast-message toast-ui toastify toasts uidesign uikit
Last synced: 3 months ago
JSON representation
๐ Loafjet is a lightweight custom framework used to add Loafs, Dash Board, Popup Card, and Loading indicator in your Swift project
- Host: GitHub
- URL: https://github.com/Loafjet/Loafjet
- Owner: Loafjet
- License: mit
- Created: 2021-01-22T16:10:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T10:06:12.000Z (over 2 years ago)
- Last Synced: 2024-07-17T13:19:18.312Z (4 months ago)
- Topics: indicators, ios, loaf, popup-card, toast, toast-message, toast-ui, toastify, toasts, uidesign, uikit
- Language: Swift
- Homepage: https://apps.apple.com/in/app/loafjet/id1603181291
- Size: 5.12 MB
- Stars: 82
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ios - Loafjet - Loafjet is a lightweight custom framework used to add Loafs, Dash Board, Popup Card, and Loading indicator in your Swift project. [โข](https://user-images.githubusercontent.com/56252259/126109733-abb5be9d-c6cb-40c5-900e-07405e4852f7.gif) (Content / Alert)
README
# Loafjet ๐
![Forks](https://img.shields.io/github/forks/Loafjet/Loafjet) ![Stars](https://img.shields.io/github/stars/Loafjet/Loafjet) ![Issues](https://img.shields.io/github/issues/Loafjet/Loafjet) ![PRs](https://img.shields.io/github/issues-pr-raw/Loafjet/Loafjet) ![Languages](https://img.shields.io/github/languages/count/Loafjet/Loafjet) [![Version](https://img.shields.io/cocoapods/v/Loafjet.svg?style=flat)](https://cocoapods.org/pods/Loafjet) ![Badges](https://img.shields.io/badge/License-MIT-yellow) [![Platform](https://img.shields.io/cocoapods/p/Loafjet.svg?style=flat)](https://cocoapods.org/pods/Loafjet) [![Relative date](https://img.shields.io/date/1577392258?color=important&label=started&logo=github)](https://github.com/Loafjet/Loafjet) ![commit](https://img.shields.io/github/commits-since/Loafjet/Loafjet/2.0.0/master) ![contributors](https://img.shields.io/github/contributors/Loafjet/Loafjet)![Badge](https://img.shields.io/badge/Xcode-12.0-green) ![badge](https://img.shields.io/badge/Swift-5.1-red) ![size](https://img.shields.io/github/languages/code-size/Loafjet/Loafjet) ![Watchers](https://img.shields.io/github/watchers/Loafjet/Loafjet?label=Watch)## About ๐
Loafjet is a ***light weight*** Toast(Loaf) generator framework which allows the user to add customised Toasts to their projects. Loafjet comes with various types of Toast Animations as well as Toast Positions. It can be used to add gradient and plain toasts. Loafjet comes with extra features like Popup Card and Loading Indicator which can be customised according to your needs.**Our Simulation App is available on App Store, Go check it out**
[](https://apps.apple.com/in/app/loafjet/id1603181291)
## Now Customise Like Apple ๏ฃฟ !
|Airpods Detection|Silent|Normal|
|--|--|--|
| |||* More [Customisation](https://github.com/Loafjet/Loafjet/blob/master/README.md#customisation-) sytles ๐.
## Installation ๐
Loafjet is available through [CocoaPods](https://cocoapods.org/pods/Loafjet). To install
it, simply add the following line to your Podfile:```ruby
pod 'Loafjet'
```# How To Use ๐ ?
From any view controller, a Loaf can be presented by following this two steps:
### 1. Import Library ๐ณ
```swift
import Loafjet
```
### 2. Call Loafjet ๐
```swift
Loaf.PlainLoaf(message: "Message goes here", position: .Bottom, animationDirection: .Bottom, loafjetView: View)
```
### Result: ๐ฏ| Plain Default Loaf|
| --- |
| |* This is the most basic Loafjet that you can make with least line of code ๐.
* Below all Loafjet types are mentioned , have a look on it ๐.### Plain Loaf
```swift
* With Default Parameters ๐Loaf.PlainLoaf(message: String, position: loafPosition, animationDirection: loafAnimation, loafjetView: UIView)
* Without Default Parameters ๐
Loaf.PlainLoaf(message: String, position:LoafPosition, loafWidth:CGFloat , loafHeight:CGFloat, cornerRadius: CGFloat, fontStyle: String, fontSize: CGFloat, bgColor: UIColor, fontColor: UIColor, alphaValue:CGFloat, loafImage: String? , animationDirection: LoafAnimation , duration: TimeInterval, loafjetView: UIView)
```
* Plain Loaf [Demo Photo ๐](https://github.com/Loafjet/Loafjet/blob/master/README.md#snapshots-)### Gradient Loaf
```swift
* With Default Parameters ๐Loaf.GradientLoaf(message: String, position: LoafPosition, bgColor1: UIColor, bgColor2: UIColor, fontColor: UIColor, loafImage: String?, animationDirection: loafAnimation, loafjetView: UIView)
* Without Default Parameters ๐
Loaf.GradientLoaf(message: String, position:LoafPosition, loafWidth:CGFloat, loafHeight:CGFloat, cornerRadius: CGFloat, fontStyle: String, fontSize: CGFloat, bgColor1: UIColor, bgColor2: UIColor, fontColor: UIColor, loafImage: String?, animationDirection: LoafAnimation, duration: TimeInterval, loafjetView: UIView)
```
* Gradient Loaf [Demo Photo ๐](https://github.com/Loafjet/Loafjet/blob/master/README.md#snapshots-)### Popup Card
```swift
* With Default Parameters ๐Loaf.PopupCard(message: String, position: LoafPosition, bgColor1: UIColor, bgColor2: UIColor, fontColor: UIColor, loafImage: String?, blurEffect: UIBlurEffectStyle?, loafjetView: UIView)
* Without Default Parameters ๐
Loaf.PopupCard(message: String, position:LoafPosition, loafWidth:CGFloat, loafHeight:CGFloat, cornerRadius: CGFloat, fontStyle: String, fontSize: CGFloat, bgColor1: UIColor, bgColor2: UIColor, fontColor: UIColor, loafImage: String?, duration: TimeInterval, blurEffect: UIBlurEffectStyle?, loafjetView: UIView)
```
* Popup Card [Demo Photo ๐](https://github.com/Loafjet/Loafjet/blob/master/README.md#loafjet--1)### Dash Board
```swift
* With Default Parameters ๐Loaf.dashBoard(dashImage: String, dashTitle: String, dashContent: String, dashButtonTitle: String, mainView: UIView, completion: () -> ())
* Without Default Parameters ๐
Loaf.dashBoard(dashSpacing: CGFloat, dashRadius: CGFloat, dashColor: UIColor, dashImage: String, dashImageRadius: CGFloat, dashTitle: String, dashTitleColor: UIColor, dashContent: String, dashContentColor: UIColor, dashButtonTitle: String, dashButtonTitleColor: UIColor, dashButtonColor: UIColor, dashButtonRadius: CGFloat, dashButtonBorderColor: UIColor, dashButtonBorderWidth: CGFloat, dashDuration: TimeInterval, mainView: UIView, completion: () -> ())
```
* Available for **iOS 14** and above
* Dash Board [Demo Photo ๐](https://github.com/Loafjet/Loafjet/blob/master/README.md#dash-board-1)
* Calling `Dasboard Dismissal` is required when Dash Board is usedโ.### Dash Board Dismissal ๐
```swift
Loaf.dismissDashBoard(dashBoardView: UIView)
```### LoafWheel
```swift
* With Default Parameters ๐Loaf.LoafWheel(message: String, bgColor1: UIColor, bgColor2: UIColor, loafWheelView: UIView)
* Without Default Parameters ๐
Loaf.LoafWheel(message: String, loafWidth:CGFloat, loafHeight:CGFloat, cornerRadius:CGFloat, bgColor1:UIColor, bgColor2:UIColor, fontStyle: String, fontSize: CGFloat, fontColor: UIColor, duration: TimeInterval, wheelStyle: UIActivityIndicatorViewStyle, blurEffect: UIBlurEffectStyle ,loafWheelView: UIView)
```
* Loafwheel [Demo Photo ๐](https://github.com/Loafjet/Loafjet/blob/master/README.md#loafjet--1)
* Calling `LoafWheel Dismissal` is required when LoafWheel is used for **Dynamic Processing**โ.### LoafWheel Dismissal ๐
```swift
Loaf.dismissWheel(loafWheelView:UIView)
```## STUDIO ๐ป
* **Our Simulation App is available on App Store, Go check it out!**
[](https://apps.apple.com/in/app/loafjet/id1603181291)
* There app consists of a live Studio made for developers to customise their Loaf in live. The live preview allows to select the best customisation possible.
* The app also have various prebuilt Loafjets, do check it out to get a better idea๐.
* Now you can experiment in the **Studio** and design the best suitable loafjet for your projects.| Examples | Studio | Studio | Studio |
| --- | --- | -- | -- |
| | | | |## Don't want to use CocoaPodsโ๏ธ
I have a solution ๐
* Add the [Source Folder](https://github.com/Loafjet/Loafjet/tree/master/Source) into your project.
* Now you are ready to use Loafjet ๐.
* Remaining steps are same ๐.
* Do read the documentation till the end to get a reward ๐ from [Loafjet](https://github.com/Loafjet) organisation.## Parameters ๐
| Parameter | Definition |
| --- | --- |
| message | Message to show on Loaf |
| position | Position of Loaf |
| loafWidth | Loaf Width |
| loafHeight | Loaf Height |
| cornerRadius | CornerRadius of Loaf |
| fontStyle | Font Style of Message |
| fontSize | Font size of Message|
| bgColor | Background Color of Loaf |
| Parameter | Definition |
| --- | --- |
| alphaValue | Opacity value for Loaf's background|
| loafImage | Image on Loaf |
| duration | Loaf Duration |
| completion | Closure to add actions to be performed|
| animationDirection | Loaf Animation type |
| blurEffect | Blur effect type |
| wheelStyle | Wheel Style |
| loafWheelView | View on which LoafWheel is running |
| loafjetView | View on which Loaf is presented |
## Combination of Position and Animations ๐
* Customise your Loaf according to the below given chart ๐.
Position | Animation |
-- | -- |
Top | Top
Centre | Left & Right
Bottom | Bottom- The above mentioned are the possible combination of position & animation which are possible.
- The remaining combinations are something which are not correct with UX prospect, so we have ignored them๐# Snapshots ๐ธ
| Plain(Top)| Plain(Bottom) | Plain(Centre) | Plain(Centre)|
:-------------------------:|:-------------------------: | :-------------------------: | :-------------------------:
| | |
| Gradient(Top) | Gradient(Bottom) | Gradient(Centre) | Gradient(Centre) |
| | |* Above shown are few possible ways, you can customise according to your need (Customisation shown below).
# Customisation ๐
* Loafjet offers you a wide variety of customisation, select a style and apply your creativity on it.
* This are some possible ways, "How Loafjet can be used ?".### Snapshots ๐ท
| Do Not Disturb | Information | Warning |
:-------------------------:|:-------------------------: | :-------------------------:
| |
| Success | Error | Device Detection |
| |# Loafjet +
### Additional features* `Dash Board`,`Gradient Loafwheel` & `Popup card` are the additional customisation which you get in Loafjet๐ฅณ.
|Popup Card|Loaf Wheel|
|-- | -- |
|||## Dash Board
* These are some possible ways of customisation ๐ก| Loafjet Proprietary | Alert Style | Successful Style |
|-- |-- |-- |
| | | |### Dark \ Light Mode Support ๐ฆ
| Dark Mode | Light Mode |
|-- |-- |
| | |* Dash Board is available for iOS 14 and above.
* The above shown are some possible ways, How you can customise?, do try making your own and post it in the [issue](https://github.com/Loafjet/Loafjet/issues) section and get featuredโก๏ธ.
* What are you waiting for, write `pod Loafjet` and `pod install` it .
* Done?, Now enjoy using Loafjet๐.# Portrait + Landscape Support ๐
* Loafjet is made with Landscape + Portrait support* ๐.
* Have a look on your favourite Loafjet supports ๐Loafjet | Portrait | Landscape
-- | -- | --
Plain Loaf | โ | โ
Gradient Loaf | โ | โ
Popup Card | โ | โ
Dash Board | โ | โ
Loaf Wheel | โ | โ* Other than Dash board all the Loafjets support every type of orientation ๐.
* Dash Board Landscape support will be added soon, stay tuned ๐ป
# Video Demo ๐ฅ
| Top(Top) | Bottom(Bottom) |
|-- | -- |
|||| Centre(Right) | Centre(Left) |
|-- | -- |
|||* These are some possible ```Position X Animation``` combination, Loafjet supports various other [combinations](https://github.com/Loafjet/Loafjet/blob/master/README.md#combination-of-position-and-animations-) too.
## Instructions โ ๏ธ
* At a time you can only use one Loaf(Simultaneous use is allowed).
* Customise Loaf Position and Anmation according to the above given table.
* Use ```.greatestFiniteMagnitude``` in duration to get an infinte loader.
* To dismiss the loader use ``` Loaf.dismissWheel(LoafWheelView:UIView) ```.
* For certain colors and blur effect particular iOS version is required, So to solve it use the below code (By default Xcode will show you both the fix).
```swift
// iOS versions will varry
if #available(iOS 10.0, *) {.
// write the code to run
}
else {
print("Error Message")
}
```
### Or```swift
// iOS versions will varry
@available(iOS 10.0, *)
```* Test Run of few Loafjets are given, have a look on it (Running all Loafjets at a time may lead to **irregular functioning!**).
# Note ๐ด
* Currently 'Loafjet' dont support SF Symbols, if you need it just raise an issue and I will try to add it โ๏ธ.
* The Loafimage you add must be present in the `Images.xcassets` file .
* Loafimages which you add must be of A x A Size(Else images may get cutout!).
* In the Test Run make sure you don't run all the Loafjets at a time, wait for one whole Loafjet to complete its task, then go for next.
* All the Loafjets are created with default parameters too, so notice carefully which one you are using (Functions with and without default parameters are shown โฌ๏ธ).
* **You can use two or more different Loafjet type at a time, but you can't use two or more Loafjet of same type at a time**.## License โ๏ธ
Loafjet is available under the MIT license. See the [LICENSE](https://github.com/gokulnair2001/Loafjet) file for more info.
## How to Contribute ๐
* Run the app - Steps are mentioned above.
* If you face issues in any step open a new issue.
* To fix issues: Fork this repository, make your changes and make a Pull Request.## Requirements โ
* Device running on iOS/iPadOS 12.0+ versions ๐ฑ.
* Swift 5.1+ ๐ป# Additional Info
## Mentors ๐ฑ
| GitHub Usernames | Domain |
| ----------------------------------------------------- | -------------------------- |
| [@gokulNair](https://github.com/gokulnair2001) | Full Stack + Documentation |
| [@anmolBansal](https://github.com/anmolbansal7) | Documentation |## Project Admin ๐จ๐ปโ๐ป
[![Relative date](https://img.shields.io/date/1577392258?color=important&label=started&logo=github)](https://github.com/Loafjet/Loafjet) [![Maintenance](https://img.shields.io/maintenance/yes/2021?color=green&logo=github)](https://github.com/gokulnair2001/)
| |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| **[Gokul Nair](https://www.linkedin.com/in/gokul-r-nair/)** |
| |## Apps Using Loafjet๐ฑ
| Dock! | Remember Us | LinkBoard |
| ----- | ----- | ----- |
| | | |
* If your App uses **LOAFJET**, then let us know to get your app featured on our [Website](https://loafjet.github.io/Loafjet/).
# Community ๐* Want to be a part of our Organisation ๐, then:
* Mail us at **[email protected]** โ๏ธ
* Do mention the following things:
1. Reason
2. Motive
3. Skills
4. What you liked abou Loafjetโค๏ธ
* We are eager to read you messageโก๏ธ!# Like the Project ?
If you like using any of my projects or like what I'm doing, please do consider backing me with appreciating my work: [Message me](https://twitter.com/GokulNair2303)๐ฅฐ[](https://www.buymeacoffee.com/gokulnair)
OR
**Drop a star โญ if you find this project interesting!**
# Reward ๐
**If you โค๏ธ the project then there is a gift for you:**
* [Gift from Loafjet Organisation](https://loafjet.github.io/LoafjetLogo.github.io/)
* Set the following image as your iPhone's Lock Screen wallpaper and see the magic ๐ช.
* Thank Me later by giving a โญ๏ธ to Loafjet๐ .
Made with โค๏ธ in ๐ฎ๐ณ By Gokul Nair
ยฉ Gokul Nair