Pinned Loading
-
RTLTextView
RTLTextView PublicImplementation of right to left (RTL) text input using an UITextView.
Objective-C 1
-
HTMLTextEditor
HTMLTextEditor PublicA text editor with ability mark text with fancy highlights, underline and abbreviations. Built inside a UIWebView with interfaces to interact natively.
Swift 1
-
Make a movie with transitions with A...
Make a movie with transitions with AVFoundation and swift. Add an UIActivityIndicatorView and an UIButton and connect appropriately. You will also need to attach few videos to the project. 1//
2// MovieTransitionsVC.swift
3// VideoAnimations
4//
5// Created by Tula on 2018-06-14.
-
A subclass of UISlider which has a t...
A subclass of UISlider which has a tool tip indicating the current value of the slider. 1import UIKit
23class CustomSlider: UISlider {
45private var toolTip: ToolTipPopupView?
-
An extension for Data to get the fil...
An extension for Data to get the file extension 1extension Data {
2private static let mimeTypeSignatures: [UInt8 : String] = [
30xFF : "image/jpeg",
40x89 : "image/png",
50x47 : "image/gif",
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.