Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by AliSoftware
A curated list of projects in awesome lists by AliSoftware .
https://github.com/alisoftware/ohhttpstubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
ios mock mock-server mocking network objective-c ohhttpstubs stub stubbing swift
Last synced: 29 Oct 2024
https://github.com/AliSoftware/OHHTTPStubs
Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
ios mock mock-server mocking network objective-c ohhttpstubs stub stubbing swift
Last synced: 17 Aug 2024
https://github.com/alisoftware/reusable
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
Last synced: 15 Oct 2024
https://github.com/AliSoftware/Reusable
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…)
Last synced: 15 Aug 2024
https://github.com/AliSoftware/OHAttributedLabel
UILabel that supports NSAttributedString
Last synced: 02 Aug 2024
https://github.com/alisoftware/ohattributedlabel
UILabel that supports NSAttributedString
Last synced: 30 Oct 2024
https://github.com/AliSoftware/Dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
Last synced: 29 Oct 2024
https://github.com/alisoftware/dip
Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
Last synced: 30 Oct 2024
https://github.com/alisoftware/uiimage-resize
Category to add some resizing methods to the UIImage class, to resize it to a given CGSize — or fit in a CGSize keeping aspect ratio
Last synced: 26 Oct 2024
https://github.com/alisoftware/ohautonibi18n
Automate the Localization/Translation of your XIB & interface without any additional code nor IBOutlet!
Last synced: 27 Oct 2024
https://github.com/alisoftware/ohattributedstringadditions
NSAttributedString Additions that add convenience methods to manipulate attributed strings easily
Last synced: 27 Oct 2024
https://github.com/alisoftware/sourcerytemplates
Some templates to use for Code Generation in Swift with http://github.com/krzysztofzablocki/Sourcery
Last synced: 13 Oct 2024
https://github.com/alisoftware/ohgridview
View that display cells as a grid. Uses quite the same API as UITableView
Last synced: 28 Oct 2024
https://github.com/AliSoftware/OHGridView
View that display cells as a grid. Uses quite the same API as UITableView
Last synced: 05 Nov 2024
https://github.com/alisoftware/ohpdfimage
A library to easily load PDF files as UIImages
Last synced: 28 Oct 2024
https://github.com/alisoftware/dip-ui
UI Extensions for https://github.com/AliSoftware/Dip
Last synced: 28 Oct 2024
https://github.com/alisoftware/ohswipewheel
A widget to choose between multiple values by swiping an horizontal wheel. This is kinda like a UIPickerView but rolling horizontally and that takes much less space
Last synced: 28 Oct 2024
https://github.com/alisoftware/pprof
Ruby Gem to list, filter, search and print Provisioning Profiles files
Last synced: 27 Oct 2024
https://github.com/AliSoftware/pprof
Ruby Gem to list, filter, search and print Provisioning Profiles files
Last synced: 09 Aug 2024
https://github.com/alisoftware/xcode-utils
A set of useful templates, macros, etc. to use with the Apple Developer Tools
Last synced: 13 Oct 2024
https://github.com/AliSoftware/Xcode-Utils
A set of useful templates, macros, etc. to use with the Apple Developer Tools
Last synced: 02 Aug 2024
https://github.com/alisoftware/ohactionsheet
UIActionSheet subclass that uses blocks to handle its callback (which make the code much more easier and readable)
Last synced: 28 Oct 2024
https://github.com/alisoftware/openinghours
A small iOS app to keep the list of Opening Hours for your local shops you're used to go to
Last synced: 28 Oct 2024
https://github.com/alisoftware/ohstackview
This class automatically stack its subviews and relayout them when one of them change its size.
Last synced: 13 Oct 2024
https://github.com/alisoftware/ohalertview-ohactionsheet
This repo is obsolete. Use OHAlertView and OHActionSheet repos now.
Last synced: 13 Oct 2024
https://github.com/alisoftware/ohurlloader
Class that uses blocks (new to iOS4/OSX 10.6) to make URL requests/downloads much more easier
Last synced: 13 Oct 2024
https://github.com/alisoftware/ohalertview
UIAlertView subclass that uses blocks to handle its callback (which make the code much more easier and readable)
Last synced: 13 Oct 2024
https://github.com/alisoftware/alijsonrpc
A JSON-RPC Framework for Cocoa. Supports JSON-RPC 1.0, 1.1 and 2.0
Last synced: 13 Oct 2024
https://github.com/alisoftware/alisoftware.github.io
AliSoftware's Blog "Crunchy Development": making Swift Magic ✨
Last synced: 13 Oct 2024
https://github.com/alisoftware/functionalvcdemo
Demo for the Functional ViewControllers concept in RxSwift
Last synced: 13 Oct 2024
https://github.com/alisoftware/magicswiftnostrings
Demo project demonstrate some nice patterns to get rid of String-based API using enums, mixins and SwiftGen
Last synced: 13 Oct 2024
https://github.com/alisoftware/swpromisesdemo
A demo project implementing the StarWars API (swapi.co) in Swift with PromiseKit
Last synced: 13 Oct 2024
https://github.com/alisoftware/generate-enum-allvalues
Automatically generate a `static let allValues` for your Swift enums
Last synced: 13 Oct 2024
https://github.com/alisoftware/formworkflow
A sample project to demonstrate how to use Promises to describe a workflow of Screens/ViewControllers
Last synced: 13 Oct 2024
https://github.com/alisoftware/codegen-workshop
This is the repository used for my SwiftAveiro'19 Workshop about Code Generation
Last synced: 13 Oct 2024
https://github.com/alisoftware/objcswitch
A category to allow you to use the "switch/case"-like syntax with NSObjects (and not just integers/enums!)
Last synced: 13 Oct 2024
https://github.com/alisoftware/keypathobserver
Execute blocks when a given property changes (this is KVO, the block-style way)
Last synced: 13 Oct 2024
https://github.com/alisoftware/codegendemo
Demo project to show the advantages of Code Generation with SwiftGen & Sourcery
Last synced: 13 Oct 2024
https://github.com/alisoftware/swiftdependencyinjectiontest
A test project to play around and explore some Dependency Injection ideas in Swift — This was the POC that led to Dip
Last synced: 13 Oct 2024
https://github.com/alisoftware/xcodeplugin
Tools to generate dvtplugin / xcodeplugins especially for PLIST-files structure definitions
Last synced: 13 Oct 2024
https://github.com/alisoftware/xcassetssample
This sample project try to expose a complex case of using multiple assets with multiple targets. Originally created to test CocoaPods/CocoaPods#3263
Last synced: 13 Oct 2024
https://github.com/alisoftware/banana-crumb-muffins
This is the recipe for Banana Crumb Muffins, presented as a GitHub repository (one commit for each step of the recipe). Just for fun.
Last synced: 13 Oct 2024