GithubHelp home page GithubHelp logo

gumenuk39 / rskplaceholdertextview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruslanskorb/rskplaceholdertextview

0.0 1.0 0.0 325 KB

A light-weight UITextView subclass that adds support for placeholder.

License: Apache License 2.0

Ruby 3.41% Objective-C 5.20% Swift 91.39%

rskplaceholdertextview's Introduction

RSKPlaceholderTextView Swift 5.1 Swift Package Manager Compatible CocoaPods Compatible Carthage compatible

Sample

A light-weight UITextView subclass that adds support for placeholder.

Installation

  1. To add the RSKPlaceholderTextView package to your Xcode project, select File > Swift Packages > Add Package Dependency and enter the repository URL.

     https://github.com/ruslanskorb/RSKPlaceholderTextView.git
    

Using CocoaPods

  1. Add the pod RSKPlaceholderTextView to your Podfile.

    pod 'RSKPlaceholderTextView'
    
  2. Run pod install from Terminal, then open your app's .xcworkspace file to launch Xcode.

Using Carthage

  1. Add the ruslanskorb/RSKPlaceholderTextView project to your Cartfile.

    github "ruslanskorb/RSKPlaceholderTextView"
    
  2. Run carthage update, then follow the additional steps required to add the iOS and/or Mac frameworks into your project.

Basic Usage

Import the module.

import RSKPlaceholderTextView

Just create a text view and set the placeholder.

override func viewDidLoad() {
    super.viewDidLoad()

    self.textView = RSKPlaceholderTextView(frame: CGRect(x: 0, y: 20, width: self.view.frame.width, height: 100))
    self.textView.placeholder = "What do you want to say about this event?"

    self.view.addSubview(self.textView)
}

Demo

Build and run the RSKPlaceholderTextViewExample project in Xcode to see RSKPlaceholderTextView in action. Have fun. Figure out hooks for customization.

Contact

Ruslan Skorb

License

This project is available under the Apache License, version 2.0. See the LICENSE file for more info.

rskplaceholdertextview's People

Contributors

ruslanskorb avatar yood avatar twodollarsesq avatar sroymeetup avatar weakfl avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.