[Swift]Identifiable, Equatable, Hashable Protocols
๐๐ป ์ด์ ํฌ์คํธ์์ randomuser api ๋ฐ์ดํฐ๋ฅผ struct๊ตฌ์กฐ๋ก ๋ณํํด์ ์ฑ์์ ๋ฐ์ดํฐ๋ฅผ ํํํ๋๋ก ๊ตฌํํด๋ดค์ต๋๋ค.In the previous post, I converted the randomuser API data into a struct structure and implemented it to represent the data in the app. ์ด struct๊ตฌ์กฐ์์ ๋ง์ด ์ฌ์ฉ๋๋ ํ๋กํ ์ฝ์ด Identifiable,Equatable,Hashable์ ๋๋ค.The protocols that are widely used in this struct structure are Identifiable, Equatable, and Hashable. … Continue reading [Swift]Identifiable, Equatable, Hashable Protocols
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed