SWBlockedUsersViewController
class SWBlockedUsersViewController : SWBaseViewController
Undocumented
-
Undocumented
Declaration
Swift
override var preferredStatusBarStyle: UIStatusBarStyle { get }
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView!
-
Undocumented
Declaration
Swift
var blockedUsers: [SWUser]
-
Undocumented
Declaration
Swift
var pageCount: Int
-
Undocumented
Declaration
Swift
var pageSize: Int
-
Undocumented
Declaration
Swift
var userTobeUnblocked: SWUser!
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
@IBAction func backBtnClick(_ sender: Any)
-
makes an api call to fetch all the blocked users
Declaration
Swift
func fetchBlockedUsers()
-
this handle is called when the notification is called for unblocked user
Declaration
Swift
@objc func unblockedUserNotificationHandler()
-
unblock users specified user
Declaration
Swift
@IBAction func unblockButtonPressed(_ sender: UIButton)
-
makes an api call and unblocks the selected user and post a notification to see all the post related to earlier blocked user
Declaration
Swift
func unBlockSelectedUser()
-
Undocumented
Declaration
Swift
func numberOfSections(in tableView: UITableView) -> Int
-
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, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
@objc func closePresentedViewController()
-
Undocumented
Declaration
Swift
func actionSheet(_ actionSheet: UIActionSheet, clickedButtonAt buttonIndex: Int)