-2

I have tried ALPICKERVIEW but it was in objective C Please tell me any way to get this

How to create a picker view in ios swift with multiple selection??

I know i can achieve this by multiple selection in uitableview but i need it HOW??? Please tell me.

1 Answers1

0

You can import ObjectiveC in Swift through Bridging the code in swift.

  • Add .m (implemetation) files of ObjC in your project
  • Xcode will ask to create a bridging header like below
  • Click Yes

    You can find more here

Find the Answer form this SO Post

Also watch in this Youtube video about bridging ObjectiveC in Swift.

Community
  • 1
  • 1
Rugmangathan
  • 3,186
  • 6
  • 33
  • 44