Xlpagertabstrip: objective-c support?

Created on 3 Feb 2016  路  2Comments  路  Source: xmartlabs/XLPagerTabStrip

Will this support objective-c?

question

Most helpful comment

@gudjao You can use version 4.0.0 from objective-c base code by importing it as a framework (ios 8 and up required)
Additionally any class that extend from a pager controller must be written in swift since Objective-C is not able to translate certain features that are specific to Swift.

For more information see: Using Swift with Cocoa and Objective-C


Obj-c Branch
We have this branch that basically is the same swift library but written in objective-c (this is the code before we started to port the library to swift): https://github.com/xmartlabs/XLPagerTabStrip/tree/obj-c .if you are able to use XLPagerTabStrip swift version prefer it over objective-c since we will no longer provide support for obj-c version.

All 2 comments

@gudjao You can use version 4.0.0 from objective-c base code by importing it as a framework (ios 8 and up required)
Additionally any class that extend from a pager controller must be written in swift since Objective-C is not able to translate certain features that are specific to Swift.

For more information see: Using Swift with Cocoa and Objective-C


Obj-c Branch
We have this branch that basically is the same swift library but written in objective-c (this is the code before we started to port the library to swift): https://github.com/xmartlabs/XLPagerTabStrip/tree/obj-c .if you are able to use XLPagerTabStrip swift version prefer it over objective-c since we will no longer provide support for obj-c version.

Ok Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andrewabdalla picture andrewabdalla  路  6Comments

bishalg picture bishalg  路  5Comments

fenixsolorzano picture fenixsolorzano  路  4Comments

pramodshukla1011 picture pramodshukla1011  路  3Comments

emrecanozturk picture emrecanozturk  路  5Comments