AWeleczka/LocalizableUIElements

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Localizable UIElements for Swift written in 4.2
A set of various UIKit elements with added localization-support.  
Using the on-board methods of NSLocalizedString without the need for special additions to your project.
Adding storyboard IBDesignable objects for localization straight from the storyboard as well as in-code methods.

*Released in 1.0 on Feburary 2nd 2019*

---

### Note
I do not have access to a mac any longer, therefore  development on this project is on ice from my side.

---

# Installation
## Using CocoaPods
[![Platform Badge](https://cocoapod-badges.herokuapp.com/p/LocalizableUIElements/badge.svg)](https://cocoapods.org/pods/LocalizableUIElements)
[![Version Badge](https://cocoapod-badges.herokuapp.com/v/LocalizableUIElements/badge.svg)](https://cocoapods.org/pods/LocalizableUIElements)
[![License Badge](https://cocoapod-badges.herokuapp.com/l/LocalizableUIElements/badge.svg)](https://cocoapods.org/pods/LocalizableUIElements)

[CocoaPods](https://cocoapods.org/) is a dependency manager for Swift and Objective-C Cocoa projects. It has over 28 thousand libraries and is used in over 1.8 million apps. CocoaPods can help you scale your projects elegantly.

To install LocalizableUIElements through CocoaPods simply add  
`pod 'LocalizableUIElements'`  
to your `Podfile`

## Using git Submodules
You can add this repository as a submodule to your git-repository by executing the following line inside your repository  
`git submodule add https://github.com/AWeleczka/LocalizableUIElements.git`

# Status
[![Build Status](https://travis-ci.org/AWeleczka/LocalizableUIElements.svg?branch=master)](https://travis-ci.org/AWeleczka/LocalizableUIElements)
[![Maintainability](https://api.codeclimate.com/v1/badges/7dfcfb2fc279e210e9c7/maintainability)](https://codeclimate.com/github/AWeleczka/LocalizableUIElements/maintainability)
[![codecov](https://codecov.io/gh/AWeleczka/LocalizableUIElements/branch/master/graph/badge.svg)](https://codecov.io/gh/AWeleczka/LocalizableUIElements)

# Free things are nice
But so is beer [![Beerpay](https://beerpay.io/AWeleczka/LocalizableUIElements/badge.svg?style=beer)](https://beerpay.io/AWeleczka/LocalizableUIElements)  
and go
[![Beerpay](https://beerpay.io/AWeleczka/LocalizableUIElements/make-wish.svg)](https://beerpay.io/AWeleczka/LocalizableUIElements)

# MIT License
### Copyright (c) 2019 Alexander Weleczka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.