목록fileprivate (1)
개발자의 삽질
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bgKNiY/btrtQpysPoF/qX4CPeOciwZauY27oDM1I0/img.png)
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