Switch
Switch is a UIControl subclass that creates a UISwitch like control with provided image.
Install / Use
/learn @taruntyagi697/SwitchREADME
Switch - iOS (Objective-C)
Switch is a UIControl subclass that creates a UISwitch like control with provided image.
Requirements
- iOS 6.0 or later
- QuartzCore.framework
- ARC (either project has ARC ON or Switch is compiled with
-fobjc-arc)
Installation
- Like to go with CocoaPods, add following to your podfile-
pod 'Switch'
- If you wish to copy the source files directly, that's up to you.
How To Use
Using Switch is quite simple :
UIImage* image = [UIImage imageNamed:@"switch.png"];
Switch* mySwitch = [Switch switchWithImage:image visibleWidth:200];
[mySwitch addTarget:self action:@selector(switchToggled:) forControlEvents:UIControlEventValueChanged];
[self.view addSubview:mySwitch];
- Switch uses the image and visible width combination to toggle between states.
- You can provide cornerRadius of your choice to make it appear roundedCorner style or any other.
What's the catch ?
It's the simplest, yet the appearance is all yours!
You can provide any image, just one complete image containing ON-THUMB-OFF (see image below) both states
(for reference, see SwitchArtwork in demo app)
and visibleWidth to toggle between states, and that's it.
All that appearance depends on how creative your artwork is. A typical expected Switch image must be of form :- ![SwitchImage] (https://raw.githubusercontent.com/taruntyagi697/Switch/master/Example/SwitchDemo/SwitchArtwork/switch9.png)
How It Looks
![Screenshot1] (https://raw.githubusercontent.com/taruntyagi697/Switch/master/Screenshots/Screenshot1.png) ![Screenshot2] (https://raw.githubusercontent.com/taruntyagi697/Switch/master/Screenshots/Screenshot2.png)
Demo App
Demo app includes an example just for reference.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
