Skip to content
View Tulakshana's full-sized avatar
Block or Report

Block or report Tulakshana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. RTLTextView RTLTextView Public

    Implementation of right to left (RTL) text input using an UITextView.

    Objective-C 1

  2. HTMLTextEditor HTMLTextEditor Public

    A text editor with ability mark text with fancy highlights, underline and abbreviations. Built inside a UIWebView with interfaces to interact natively.

    Swift 1

  3. 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.
  4. A subclass of UISlider which has a t... A subclass of UISlider which has a tool tip indicating the current value of the slider.
    1
    import UIKit
    2
    
                  
    3
    class CustomSlider: UISlider {
    4
    
                  
    5
        private var toolTip: ToolTipPopupView?
  5. An extension for Data to get the fil... An extension for Data to get the file extension
    1
    extension Data {
    2
        private static let mimeTypeSignatures: [UInt8 : String] = [
    3
            0xFF : "image/jpeg",
    4
            0x89 : "image/png",
    5
            0x47 : "image/gif",
  6. Business Business Public

    Business is an iOS app powered by Yelp API

    Swift