본문 바로가기

728x90
반응형
SMALL

전체 글

(195)
collectionView 오른쪽 정렬 formagran 님께서 잘 정리해주셔서 https://fomaios.tistory.com/entry/iOSUI-%EC%BB%AC%EB%A0%89%EC%85%98%EB%B7%B0%EC%85%80-%EC%9E%90%EB%8F%99%EC%9C%BC%EB%A1%9C-%ED%81%AC%EA%B8%B0-%EC%A1%B0%EC%A0%95%ED%95%98%EA%B3%A0-%EC%99%BC%EC%AA%BD-%EC%A0%95%EB%A0%AC%ED%95%98%EA%B8%B0-CollectionViewCell-Automaticsize-LeftAlign 대충 오른쪽 정렬 만듬 collectionViewFlowlayout 잡을 때 이렇게 잡아주면 끝. class CollectionViewRightAlignFlowLayout: ..
collectionView 가 여러개일때 // switch collectionView { // case collectionView: // print("하윙") // default: // break // }
Riot API 정리 - 5 /tft/match/v1/matches/{matchId} Get a match by match id Riot Developer Portal developer.riotgames.com 경기id (매치 아이디별 경기내용) participants : 참가자들(8명)이 암호화된 puuid 들어감 MatchDto NAMEDATA TYPEDESCRIPTION metadata MetadataDto Match metadata. info InfoDto Match info. MetadataDto NAMEDATA TYPEDESCRIPTION data_version string Match data version. match_id string Match id. participants List[string] A list of p..
Riot API 정리 - 4 /tft/match/v1/matches/by-puuid/{puuid}/ids Get a list of match ids by PUUID Riot Developer Portal developer.riotgames.com puuid 로 매치(경기) 아이디를 받아옴
Riot API 정리 - 3 /tft/league/v1/entries/by-summoner/{summonerId} Get league entries for a given summoner ID Riot Developer Portal developer.riotgames.com 아이디로 검색가능 리그 고유 아이디 티어 랭크 암호화된 소환사 아이디 소환사 이름 승리 횟수 패배 횟수 베테랑 휴먼 계정인지 새내기 연승중인지
Riot API 정리 - 3 /tft/league/v1/entries/by-summoner/{summonerId} Get league entries for a given summoner ID Riot Developer Portal developer.riotgames.com 내 아이디를 기준으로 "leagueId": "61106a91-290d-493f-8310-626881059563", "queueType": "RANKED_TFT", "tier": "PLATINUM", "rank": "III", "summonerId": "H1wBLavSIsf-tcKULMZoXgs6jpyDASp6WYhtXBYI_Lj1JmEIlOlAjoystQ", "summonerName": "호래호", "leaguePoints": 0, "wins": 176, "los..
Riot API 정리 - 2 https://ediblepotato.tistory.com/4 Riot API 사용해보기 https://developer.riotgames.com/ Riot Developer Portal About the Riot Games API With this site we hope to provide the League of Legends developer community with access to game data in a secure and r.. ediblepotato.tistory.com 식용 감자네 이분께서 잘 적어주셔서 보고 참고했다. :) /tft/league/v1/challenger Get the challenger league. LeagueListDTO NAMEDATA TYPEDESCRIPTIO..
Riot API 정리 - 1 /lol/summoner/v4/summoners/by-name/{summonerName} Get a summoner by summoner name NAMEDATA TYPEDESCRIPTION accountId string Encrypted account ID. Max length 56 characters. profileIconId int ID of the summoner icon associated with the summoner. revisionDate long Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: profile icon change, p..

728x90
반응형
LIST