-
Hi,
I would like to know if it's possible to use the delegate from `UIPageViewController` to control the X axis movement of this custom `UISegmentedControl`. This allows smooth transitions of pages…
-
Currently, I’m only able to see the open milestones when trying to assign an issue. I have some old issues that belong to a previous milestone and I would like to be able to access them as well.
I’m…
-
- (void)changeSwipeViewIndex:(UISegmentedControl *)seg {
[_swipeTableView scrollToItemAtIndex:seg.selectedSegmentIndex
animated:YES];
// request data at current index
[self getDataAtI…
-
example code to reproduce problem.
```
_labelPrompt = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 160, 22)];
_labelPrompt.backgroundColor = [UIColor clearColor];
_labelPrompt.numberOfLines = 1;
_…
-
Changing Line 59 of YTViewController to this fixes it:
[self.torches insertSegmentWithTitle:device.localizedName atIndex:[self.torches numberOfSegments] animated:NO];
-
Hi. I'm trying to call my View from LeftMenu:
```
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
tableView.deselectRowAtIndexPath(indexPath, animated…
chrsp updated
8 years ago
-
Covering:
- where do accessibility properties come from?
- which accessibility properties are best to use?
- how can I match elements whose labels I don't know till runtime? (i.e. to assert they exist…
-
Hi there,
This looks pretty nice for a custom control. However, it doesn't appear to be possible to query the current state of the control since the `selectedIndex` property is private... I would ima…
-
### Apple platform
iOS
### Framework version
net8.0-*
### Affected platform version
VS for Mac 2022, .NET 8.0.303
### Description
## Expected Behavior:
The` UISegmentedControl.Ge…
-
**Is your feature request related to a problem? Please describe.**
It is not easy to change the map colour from day to night, although it is a setting that I often use (auto mode isn't always predict…