Skip to content
View jimbrayrcp's full-sized avatar
😀
😀
  • San Antonio, Texas

Block or report jimbrayrcp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Drum_Kit_CourseWork_Repo Drum_Kit_CourseWork_Repo Public

    completed web development course project repository

    JavaScript

  2. Dice_CourseWork_Repo Dice_CourseWork_Repo Public

    completed web development course project repository

    HTML

  3. PersonalSite PersonalSite Public

    completed web development course project repository

    HTML

  4. Swift 5: iOS: 13.1 Swift will prin... Swift 5: iOS: 13.1 Swift will print out the error with a description
    1
    print("ERROR: \(error.localizedDescription)")
  5. Works in Swift 5: iOS: 13.1 Dismiss... Works in Swift 5: iOS: 13.1 Dismiss a keyboard when tapping outside of field
    1
    // ************************************
    2
    //       ADD TO VIEW DID LOAD
    3
    // ------------------------------------
    4
    let tap: UITapGestureRecognizer = UITapGestureRecognizer(
    5
    	target: self, 
  6. pull to refresh UITableVIewControlle... pull to refresh UITableVIewController Swift 5: iOS: 13.1
    1
    // -------------------------------------------
    2
    // Settings: Select the table view controller 
    3
    // open the attributes inspector, and enable 
    4
    // refreshing
    5
    // Add title color and center