Skip to content
View ZalyalovIldar's full-sized avatar

Block or report ZalyalovIldar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Realm Cascade delete Realm Cascade delete
    1
    
                  
    2
    /// Cascade delete object in Realm
    3
        ///
    4
        /// - warning: Call only in write transaction
    5
        /// - Parameters:
  2. Adding Mask to a TextField | Swift 4... Adding Mask to a TextField | Swift 4, GCD | + Static Prefix if need.
    1
    
                  
    2
    /// Usage: phoneTextField.formatPattern(pattern: "(***) ***-**-**", replacementChar: "*", staticPrefixString: "+7 ", allowText: false, allowNumbers: true)
    3
    
                  
    4
    extension UITextField {
    5
        
  3. RepeatingTimer Update RepeatingTimer Update
    1
    /// Timer that can work in background and update timer count if needed even if app resign active
    2
    class RepeatingTimer {
    3
        
    4
        fileprivate enum State {
    5
            case suspended