개발/swift
UItableView 회전
꼬마상어
2016. 10. 14. 10:32
반응형
tableviewName.transform = CGAffineTransform(rotationAngle: -(CGFloat)(M_PI_2))
이런식으로 쓰면 된다
반응형