You use the UISwitch class to create and manage the On/Off buttons you see, for example, in the preferences (Settings) for such services as Airplane Mode. These objects are known as switches. The UISwitch class declares a property and a method to control its on/off state. As with UISlider, when ...

learn more… | top users | synonyms

0
votes
1answer
6 views

UISwitch is firing UISwipeGestureRecognizer

I'm setting a gesture recognizer (swipe right) on a view like this: [self.currentViewController.view addGestureRecognizer:self.swipeRecognizer]; However, the view has some UIControls that respond ...
1
vote
2answers
49 views

Customize uiswitch image properly?

I have an UISwitch in my iOS 6 app, that's on and off image is customised. self.testSwitch.onImage = [UIImage imageNamed:@"on"]; self.testSwitch.offImage = [UIImage imageNamed:@"off"]; I use 77 ...
0
votes
2answers
29 views

Disable UITableView Section with UISwitch

I have a static UITableView with a grouped layout. In the first section there is just a UISwitch with which I want to disable/enable the second section. Does anyone know how to do that? If the switch ...
5
votes
3answers
91 views

Custom UISwitch with image

I need to implement a custom switch in a project. Currently what I have found is that we cannot alter with UISwitch in way to implement as shown in below image. I've followed posts and googled through ...
0
votes
0answers
43 views

iOS programming - sharedInstance & UISwitch

I got problem. I have two xib, first - Table View, Second - Settings. In Table View in title of Navigation Bar I show how many rows in uitableview. Here is Code: - (NSInteger)tableView:(UITableView ...
-2
votes
0answers
44 views

Uiswitch in many sections and rows of my uitableview?

First i want to tell that my uitableview has many sections and each one has many rows. The problem is with uiswitch in my table view when i change the switch in section 0 row 0 then the changes are ...
-1
votes
2answers
52 views

Uiswitch in uitableviewcell reset when scroll up or down?

I have a problem with my UISwitch inside a UITableViewCell. When I change the value of one switch then scroll up or down all switches are messed up. I use an array to store state for each switch due ...
0
votes
4answers
41 views

Content add subview not working?

How is your day , Hope every thing went well My question is that I have uiswitch in uitableviewcell . However when i used contentview to add the switch as a subview in the cell it does not appear on ...
0
votes
3answers
70 views

UIswitch in a table cell reused

I have a problem with uiswitch in my UITableViewCell that whenever i change a switch value in a specific cell that belongs to a specific section. All other sections cells that have same inexPath.row ...
0
votes
2answers
49 views

iOS - UISwitch ignoring value from NSUserDefaults

I gave it all but I just can't figure this one out... need your help please. What I am doing: I have an app with a navbar and a tableview as the main screen. Up top in the navbar I have placed a ...
-5
votes
1answer
29 views

UITableViewCell alignment [closed]

Hello every one wish you have a wonderful day . My question is how to change the switch on UITableViewCell to be on the left side of the cell? I have declared a switch on cellForRowAtIndexPath ...
0
votes
1answer
60 views

Changing the background image using UISwitch

Hi im working on a simple App which is changing the background image using an UISwitch. The problem is that on the device the pictures are in the original size. So I'm using 960 x 640 png's, should ...
0
votes
0answers
54 views

UISwitch display another text

Why in StoryBoard UIswitch show me text like ON/OFF, and when I use app in simulator I see wrong text | In .plist I have "Localization native development region" equal "en"
-2
votes
1answer
33 views

uiswitch in uitableview persistence when close and reopen the app? [duplicate]

I would like to ask about uiswitch in uitableview custom cell. if I have array that keeps state of each uiswitch in the table and update it on Change Value Event.However this changes are not ...
0
votes
3answers
79 views

UISwitch resets when scrolling up and down

I have a question about the event value changed for UISwitch, here is my problem in detail. in numberOfRowsInSection i have loop that calls the a data base method which return #of rows for each ...
0
votes
3answers
22 views

Adding a UISwitch to a UINavigationItem

I want to have a UISwitch in the right corner of a UINavigationItem, instead of a UIBarButton. Is this possible without subclassing the UINavigationItem?
0
votes
0answers
19 views

Trying to code a UIswitch to toggle between satellite view and standard view on MapKIt

Can anyone help me with this code. I've created a single view map based application with MKMapView *mapView But I just can't work out how to create and code a UISwitch to toggle between the different ...
0
votes
2answers
48 views

UISwitch only working one way

I have a UISwitch which I placed in my storyboard and have connected it to an outlet in my implementation file, and connected the valueChanged: method to the control event "value changed". However, it ...
0
votes
1answer
48 views

On/Off app sound with UISwitch.

I am developing a game in Xcode 4.6 and I want to implement the possibility for the users to enable and disable the sound of all the ViewControllers of the app. Please help.
0
votes
1answer
47 views

how to change UITableViewCell from outside tableview methodes

I have a UITableView that holds a UISwitch as a UITableViewCell accessoryView. I'm trying to create a method that responds to changes with the switches. Basically there should be only one valve open ...
0
votes
4answers
60 views

How to get answer from UISwitch which is in UIactionsheet

I am implementing Uiswitch inside my uiactionsheet , i've successfully placed it where i wanted to , but couldnt get the way to USE it. here's is my code: switchButton = [[UISwitch alloc] init]; ...
2
votes
2answers
93 views

Facing issue with UISwitch on/off

There are 6 switch controls in the screen. At one time only one switch should be enable.If 5th switch is on then, one label and one text field should be visible either it should be hidden. I am ...
0
votes
1answer
50 views

RCSwitch activates two times for one touch

I need to implement custom UISwitch and for this I'm using RCSwitch class (thanks to Ray Wenderlich and Robert Chin). So I added RCSwitch class to my project, connect graphic and it looks great, but! ...
1
vote
3answers
82 views

Add UISwitch to only one cell in TableView

Im trying to add a UISwitch to only one cell in my table view heres the code : - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { FormCell ...
0
votes
1answer
75 views

iOS How do I know if a user switches tabs? [duplicate]

I am using voice recognition within my app for 2 of the 3 tabs. These 2 tabs have switches inside of them that enable or disable the program from accepting voice input. What I would like to do is if ...
0
votes
1answer
38 views

Selecting between two options?

On the options screen of my current application I want to allow the user to select whether units are displayed in either "Metric" or "Imperial". I have looked at the Google Maps application and they ...
1
vote
0answers
268 views

Custom UISwitch Thumb Color with pattern image cause app crash (ARC)

I would like to customise my UISwitch Thumb by setting an image to his method "setThumbTintColor" but this cause app crash. If I simply set the color like that : [switch setThumbTintColor:[UIColor ...
0
votes
1answer
38 views

Return for the first view after I'm on the fifth view of an iOS application in Xcode

I'm fairly new to xcode, and am creating a single view application with five views (xib files). I am not using navigation controller or storyboard for two reasons. If I use Storyboard, I am forced to ...
0
votes
1answer
102 views

How to resize UISwitch button?

I want to resize my UISwitch button which is attach on UITableView. I found some help on google and did this successfully using CGAffineTransformMakeScale but with this I am getting an Issue when I ...
2
votes
1answer
85 views

UISwitch still slightly visible in UITableViewCell after table editing is complete

I have a strange issue with the editingAccessoryView of a UITableViewCell still showing after the table editing mode is switched off. Currently I am using a UISwitch as the editing accessory view and ...
0
votes
3answers
90 views

UISwitch state in viewdidload

So guys, i've been trying literally for the last week to get this to work. I have a app that i need a UISwitch to turn on a local notification. Standard for the switchs state is off, but i need to ...
-1
votes
2answers
96 views

UISwitch doesn't maintain its value when leaving the view controller

If I were to switch my UISwitch controller to "off" and leave the view controller and come back to the view controller it will show the UISwitch is "on" (default value) instead of "off". How do I save ...
0
votes
3answers
206 views

Changing UIButton background image on event

When a UISwitch changes from 'OFF' to 'ON', I want the background image of a UIButton to change. I have the following code: - (IBAction)switchValueChanged { if (Hard1ON.on) { UIImage ...
0
votes
1answer
35 views

Writing the state of a UISwitch to file

I'm trying to write the state of a UISwitch to file, so every time the app starts up it remembers whether it was on or off previously. -(IBAction) switchValueChanged { if (Hard1ON.on) { isH1 = ...
0
votes
2answers
2k views

On/Off: switch button bootstrap

Here is my code- <div id="normal-toggle-button" class="toggle-button" style="width: 100px; height: 25px;"> <div style="left: 0px; width: 150px;"><input type="checkbox" ...
0
votes
1answer
142 views

How to control the iphone power button programmatically?

I want to control the iphone device programmatically. I mean,when user want to switch off the phone one alert message will come.it will ask the password then only the operation will work. when ...
2
votes
1answer
90 views

iOS UITableView is drawing the cells strange

I have a UITableView that should only display a UISwitch in the first section, first row, but for some reason, the switch is being displayed in the 4th section. Also, when ever the switch is flipped ...
-2
votes
1answer
40 views

Change State Of Switch From Different ViewController

access UISwitch setting from a different view?
0
votes
4answers
145 views

Why does setOnCheckedChangeListener? cause crash?

For some reason my app crashes on launch.. heres all the code and debug output. It seems to me it's something with how I am using setOnCheckedChangeListener.. Debug output: 02-12 05:12:03.048: ...
0
votes
2answers
108 views

UISwitch Older Version

Want to add this kind of switch to my application rather than the rounded corner one. As its not available from iOS 5.0 onwards.
0
votes
2answers
116 views

How to call UISwitch declared in Custom Cell in Table View ViewDidLoad method ?

I have a TableView with a custom Cell having UILabel and UISwitch. UISwitch is declared in Custom Cell. I want to call this switch in ViewDidLoad of TableView. I want to use NSUserDefaults for saving ...
1
vote
1answer
104 views

UISwitch: Making the touch area larger than the default touch area

I'd like to make the touch area around UISwitch larger by 10 points on each side. Looking at a few of the suggestions in a related post (UIButton: Making the hit area larger than the default hit ...
0
votes
1answer
68 views

UISwitch - How do I not make it animate

I have a UISwitch that shows the password when it's ON and hides it when it's OFF. When it's clicked, an AlertView pops up asking for a password then confirm. My problem is the switch still switches ...
-4
votes
1answer
58 views

Creating a simple interface like settings (ios) [closed]

I'm trying to create the same interface as in the screenshot: http://i.imgur.com/6OIcNb0.png This is my first application I've got running uiswitch, navigation bar and default background settings. How ...
0
votes
2answers
185 views

Saving and Loading settings by NSUserDefault on UIswitches Xcode

I have a settings view where i have provided the option for users to change their settings. Settings view have a table view having 2 UISwitches. I need help with NSUserdefaults method for saving ...
0
votes
2answers
197 views

NSUserDefaults, UISwitch and setting default value

I have a UISwitch which is used to turn on or turn off a sound. The state is saved using NSUserDefaults. Works great. But if the app is started from the very first beginning after installing it, the ...
1
vote
1answer
81 views

multiple uiswitch with local notification repeatinterval, don't relly like each others in my app

So, here is my life story that I can't seem to figure out what's wrong!!! I have an app that's already in the store and it has a weird issue which it gives out mixed results. I have two switches in ...
0
votes
1answer
112 views

How to Add/Remove UITableViewCell when UISwitch is activated?

Here is the Video showing problem in action: http://www.youtube.com/watch?v=vWznBUsppRg I'm getting weird behavior with my Array when adding a cell to a section. I'm developing a mobilesubstrate ...
0
votes
7answers
99 views

switch control changes the state from off to on while scrolling in tableview in ios [closed]

I have problem with switch control, I have put switch control in custom tableview cell. When I change the state of switch from on to off, and scroll to tableview it changes to on state again. can ...
0
votes
2answers
95 views

How to disable uiswitch in custom cell of uitableview

Hi i am working on tableview and uiswitch..I have custom cell which contains uiswitch . At the beginning the uiswitch is off and i turn on uiswitch .. when i turn on uiswitch in another cell the ...

1 2 3 4 5 7