목록private (1)
개발자의 삽질
[Swift] private, private(set), fileprivate, public 에 대해 알아보자
https://www.hackingwithswift.com/quick-start/beginners/how-to-limit-access-to-internal-data-using-access-control How to limit access to internal data using access control - a free Swift for Complete Beginners tutorial Was this page useful? Let us know! 1 2 3 4 5 www.hackingwithswift.com public, private 에 대해 알아보자. 바로 예시로 간다. public 밖에서 읽기도 쓰기도 가능하다. struct BankAccount { var funds = 0 } let accoun..
Swift
2022. 2. 21. 23:28