076 Modifying the location of the segment card title

Source: Internet
Author: User

The effect is as follows:

ViewController.h

1 #import <UIKit/UIKit.h>23@interface  viewcontroller: Uiviewcontroller4@end

Viewcontroller.m

1 #import "ViewController.h"2 3 @interfaceViewcontroller ()4- (void) Layoutui;5 @end6 7 @implementationViewcontroller8 9- (void) Viewdidload {Ten [Super Viewdidload]; One      A [self layoutui]; - } -  the- (void) didreceivememorywarning { - [Super didreceivememorywarning]; -     //Dispose of any resources the can be recreated. - } +  -- (void) Layoutui { +Uisegmentedcontrol *smtccontentoffset = [[Uisegmentedcontrol alloc] initwithitems:@[@" First",@"Second",@"Third"]]; ASmtccontentoffset.tintcolor = [Uicolor colorwithred:1.000Green0.434Blue0.469Alpha1.000]; atSmtccontentoffset.selectedsegmentindex =2; -Smtccontentoffset.momentary =YES; -Smtccontentoffset.center =Self.view.center; -      -     //to modify the location of a segment card title -[Smtccontentoffset Setcontentoffset:cgsizemake (0, -5) Forsegmentatindex:0]; in[Smtccontentoffset Setcontentoffset:cgsizemake (0,5) Forsegmentatindex:2]; - [Self.view Addsubview:smtccontentoffset]; to } +  - @end

076 Modifying the location of the segment card title

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.