예제 #1
0
 void Bind(Friend friend, UICollectionViewFriendCell cell)
 {
     cell.AvatarUrl = friend.Photo;
     cell.Name      = friend.Name;
 }
예제 #2
0
		void Bind(Friend friend, UICollectionViewFriendCell cell)
		{
			cell.AvatarUrl = friend.Photo;
			cell.Name = friend.Name;
		}