-
ver1.1 現在は SegmentControl により切り替え
-
In demo, when i scrolling the self.scrollView, how can i let the self.segmentedControl4's selectionIndicator is scrolling also.
-
Can we have a method to assign the fixed the width for `CarbonTabSwipeNavigation`
-
Log:
```
g++ -c -pipe -O3 -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D_REENTRANT -fPIC -DGC_VIDEO_VLC -DQXT_STATIC -DGC_HAVE_SOAP -DGC_HAVE_KQOAUTH -DGC_HAVE_D2XX -…
-
So I've been trying to fix the bugs introduced by custom title components. Currently, the only bug I can see was that the NavigationBar doesn't refresh when you change the tabs. So the title stays onc…
-
Hey. I want to use your library in my project but I'm getting this error when implementing the view in layout xml file. The error goes:
```
java.lang.NullPointerException
at com.sevenheaven.segme…
ghost updated
9 years ago
-
I have tried to implement a section title in my Swift App as an NSAttributedString but I get the following crash : -[NSConcreteAttributedString _fastCharacterContents].
```
let font: UIFont =…
-
In iOS 8.3, if you programmatically unselect all segments as follows:
```
[mySegmentedControl setSelectedSegmentIndex:UISegmentedControlNoSegment];
```
Then tap to select one of the segments, th…
-
Hi! @maxep
Thank you, open source is cool.
![f92f6dc7-fbac-49b1-ad40-48ae36857915](https://cloud.githubusercontent.com/assets/1969908/6901686/87f38d34-d741-11e4-9f48-b1afa728466c.png)
the selected …
-
Thanks @HeshamMegid , this is an awesome open source. But I encountered a problem using this.
Here is how I setup the HMSegmentedControl in `viewDidLoad`
```
_segmentControl = [[HMSegmentedControl a…