Skip to content
View mohamedaglan2225's full-sized avatar

Block or report mohamedaglan2225

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. Download PDF Without ALamofire Download PDF Without ALamofire
    1
    //MARK:- If you want to download this file on a real device you have to set in Info.Plist:
    2
    1- Support opening documents in place = YES
    3
    2- Application supports itunes file sharing = Yes
    4
    
                  
    5
    func savePdf(url:String,fileName:String) {
  2. Core Data Handler Core Data Handler
    1
    public protocol Object: NSManagedObject {
    2
        static func fetchRequest() -> NSFetchRequest<Self>
    3
    }
    4
    
                  
    5
    
                  
  3. Anchors Anchors
    1
    import UIKit
    2
    
                  
    3
    extension UIView{
    4
        func anchor(top: NSLayoutYAxisAnchor?, left: NSLayoutXAxisAnchor?, bottom: NSLayoutYAxisAnchor?,  right: NSLayoutXAxisAnchor?, paddingTop: CGFloat, paddingLeft: CGFloat, paddingBottom: CGFloat, paddingRight : CGFloat, width: CGFloat, height: CGFloat)  {
    5
            
  4. Download PDF Using Alamofire Download PDF Using Alamofire
    1
    //MARK:- If you want to download this file on a real device you have to set in Info.Plist:
    2
    1- Support opening documents in place = YES
    3
    2- Application supports itunes file sharing = Yes
    4
    
                  
    5
    import Foundation
  5. Banquemisr.challenge05 Banquemisr.challenge05 Public

    Swift

  6. QCA QCA Public

    Text Recognition

    Swift