Pinned Repositories
ALBatteryView
Simple view composed by a battery image and a view that fill the battery with the current battery level
ALCurrencyLibrary
Simple library to convert a value from a specific currency to another. Contains a list of 162 constants representing the common currencies in the world
ALFullScreenAlert
This is a full screen alert which is useful to display some messages to the user. It provides the creation of 2 buttons.
ALQuickFrame
This UIView category offers quick access to frame properties of every view
ALScrollViewPaging
This UIScrollView subclass provides a method to add paging and a demo project.
ALSystemUtilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
ChangelogKit
A Swift package designed to easily show the new features of your app.
Deviice
Swift library to easily check the current device and some more info about it.
Luminous
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
QRDispenser
QR code generator in Swift, with no external dependencies.
andrealufino's Repositories
andrealufino/ALSystemUtilities
THIS REPO IS NO LONGER MAINTAINED! Check https://github.com/andrealufino/Luminous. This library provides a list of 80 methods to get every kind of system information!
andrealufino/Luminous
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
andrealufino/Deviice
Swift library to easily check the current device and some more info about it.
andrealufino/ALScrollViewPaging
This UIScrollView subclass provides a method to add paging and a demo project.
andrealufino/ALCurrencyLibrary
Simple library to convert a value from a specific currency to another. Contains a list of 162 constants representing the common currencies in the world
andrealufino/ALFullScreenAlert
This is a full screen alert which is useful to display some messages to the user. It provides the creation of 2 buttons.
andrealufino/ALQuickFrame
This UIView category offers quick access to frame properties of every view
andrealufino/ALBatteryView
Simple view composed by a battery image and a view that fill the battery with the current battery level
andrealufino/QRDispenser
QR code generator in Swift, with no external dependencies.
andrealufino/Translatio
Super lightweight library that helps you to localize strings, even directly in storyboards!
andrealufino/ALMediaLibrary
A wrapper around Photos framework
andrealufino/ChangelogKit
A Swift package designed to easily show the new features of your app.
andrealufino/ALNSLog
This class add a macro for the NSLog which helps to print useful information in the console
andrealufino/andrealufino
andrealufino/AnimateText
This library for animating text. Developed with SwiftUI. This library supports iOS/macOS.
andrealufino/SFSafeSymbols
Safely access Apple's SF Symbols using static typing
andrealufino/SwiftTour
A little intro to the Swift language with some basic examples with comments. Read "The Swift Programming Language" by Apple to know more about Swift