다른 class에서 struct값 가져올때..
2016. 8. 4. 07:59ㆍProgramming/Swift
반응형
* Send
class SendClass {
return sendArray } |
* Receive
class RecevieClass { struct ReceiveStruct { let Send = SendClass() ReceiveArray = Send.SendFunction().map { ReceiveStruct(name: $0.name, age: $0.age) } } |
반응형
'Programming > Swift' 카테고리의 다른 글
collectionView cell 이동 (0) | 2016.08.04 |
---|---|
가로모드 일 경우 버튼 사이즈 조정 (0) | 2016.08.04 |
특정 문자에 대한 분할(componentsSeparatedByString) (0) | 2016.08.03 |
[ERROR] pod install 시 Unable to satisfy the following requirements (0) | 2016.08.01 |
Struct (0) | 2016.07.20 |