SWTriviaLeaderboardViewController
final class SWTriviaLeaderboardViewController : UIViewController
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
var viewModel: SWTriviaLeaderboardViewModel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var position: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var balance: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var userHandle: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var currentUserStatView: UIView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var userImage: UIImageView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var allTimeButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var weeklyButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var thirdPositionView: SWTriviaLeaderBoardView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var secondPositionView: SWTriviaLeaderBoardView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var firstPositionView: SWTriviaLeaderBoardView!
-
Undocumented
Declaration
Swift
@IBOutlet weak var winnerView: UIView!
-
Undocumented
See moreDeclaration
Swift
struct Constant
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
func addGradient()
-
Undocumented
Declaration
Swift
override func didReceiveMemoryWarning()
-
Undocumented
Declaration
Swift
@IBAction func closeButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func thisWeekButtonTapped(_ sender: Any?)
-
Undocumented
Declaration
Swift
@IBAction func allTimeButtonTapped(_ sender: Any)
-
Undocumented
Declaration
Swift
private func updateButton()
-
Undocumented
Declaration
Swift
private func animateTableWithSlideDirectionLeft(_ directionLeft: Bool)
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat
-
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
func viewModelGotData(updateCurrentUserStat: Bool)
-
Undocumented
Declaration
Swift
func viewModelFailed(_ error: String)
-
Undocumented
Declaration
Swift
func showLoader(_ show: Bool)
-
Undocumented
Declaration
Swift
func showUserStat(_ userStat: SWTriviaUserStat)
-
Undocumented
Declaration
Swift
func showWinnerStats(_ users: [SWTriviaUserStat])