A picture representing Ibrahimhass

Ibrahimhass

Ibrahimhass
Remote
MatrixFaceImageView screenshot

MatrixFaceImageView

May 18, 2023 • MIT License
Create the matrix faces animation for any Image.
Practice-Swift screenshot

Practice-Swift

May 10, 2022 • MIT License
Run swift without code completion, ideal for practicing online coding challenges without auto-complete. Many online coding environments do not have code completion. To better prepare for such case...
CodeReader screenshot

CodeReader

July 05, 2021 • MIT License
A simple macOS app to read code from images, written purely in Swift using Vision Framework.
IHProgressHUD screenshot

IHProgressHUD

January 02, 2019 • MIT License
IHProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. IHProgressHUD is based on SVProgressHUD and ported to Swift with the help of Swiftify,...
SpellCheckerTextView screenshot

SpellCheckerTextView

July 23, 2018 • MIT License
A UITextView subclass which detects and highlights words with incorrect spellings. The language is determined using the Device Language. Uses UISpellChecker and NSLinguistic Tagger. Written entirel...
IHTypeWriterLabel screenshot

IHTypeWriterLabel

November 13, 2017 • MIT License
A UILabel Subclass which animates the text filling process as if being typed.
IHImageViewEffects screenshot

IHImageViewEffects

October 17, 2017 • MIT License
Demonstrates adding animation effect to an imageView animations are based on CAEmitter and are added as a sublayer of the imageView. The animations demonstrated are FireWorks, Balloon (like Apple m...
Waveform Renderer screenshot

Waveform Renderer

September 19, 2017 • MIT License
Draws the output of audio playing in real time. Lightweight and easy to implement