├── .DS_Store ├── Auto_Slider_Image ├── Auto_Slider_Image.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── Auto_Slider_Image │ ├── Assets.xcassets │ ├── 1.imageset │ │ ├── Contents.json │ │ └── toph.png │ ├── 2.imageset │ │ ├── Contents.json │ │ └── Twitter-icon-modified.png │ ├── 3.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg │ ├── 4.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Auto_Slider_Image.xcdatamodeld │ └── Auto_Slider_Image.xcdatamodel │ │ └── contents │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ ├── System │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift │ └── View │ ├── CollectionViewCell.swift │ └── CollectionViewCell.xib ├── Button_Check ├── Button_Check.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Button_Check │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── Button_CheckTests │ └── Button_CheckTests.swift └── Button_CheckUITests │ ├── Button_CheckUITests.swift │ └── Button_CheckUITestsLaunchTests.swift ├── Clean_Test_App ├── Clean_Test_App.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── Clean_Test_App │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── Ellipse 21.imageset │ │ ├── Contents.json │ │ └── Ellipse 21.svg │ ├── G.imageset │ │ ├── Contents.json │ │ └── G.jpeg │ ├── Group 49.imageset │ │ ├── Contents.json │ │ └── Group 49.svg │ ├── Rectangle 30.imageset │ │ ├── Contents.json │ │ └── Rectangle 30.png │ ├── Vector 1.imageset │ │ ├── Contents.json │ │ └── Vector.svg │ ├── Vector.imageset │ │ ├── Contents.json │ │ └── Vector.png │ ├── c6.imageset │ │ ├── Contents.json │ │ └── c6.png │ ├── clean 2.imageset │ │ ├── Contents.json │ │ └── clean 2.png │ ├── contact_icon-removebg-preview.imageset │ │ ├── Contents.json │ │ └── contact_icon-removebg-preview.png │ ├── contact_icon_2-removebg-preview.imageset │ │ ├── Contents.json │ │ └── contact_icon_2-removebg-preview.png │ ├── gradient blue.imageset │ │ ├── Contents.json │ │ └── gradient blue.svg │ ├── group9494 1.imageset │ │ ├── Contents.json │ │ └── group9494 1.png │ ├── image 26.imageset │ │ ├── Contents.json │ │ └── image 26.png │ ├── image 27.imageset │ │ ├── Contents.json │ │ └── image 27.png │ ├── image 33.imageset │ │ ├── Contents.json │ │ └── image 33.png │ ├── image 34.imageset │ │ ├── Contents.json │ │ └── image 34.jpeg │ ├── image p.imageset │ │ ├── Contents.json │ │ └── image p.jpeg │ ├── leftButtonF.imageset │ │ ├── Contents.json │ │ └── leftButtonF.svg │ ├── linear greadient 1.imageset │ │ ├── Contents.json │ │ └── linear greadient.png │ ├── linear greadient.imageset │ │ ├── Contents.json │ │ └── linear greadient.png │ ├── m.imageset │ │ ├── Contents.json │ │ └── m.png │ ├── p.imageset │ │ ├── Contents.json │ │ └── p.png │ ├── premium 1.imageset │ │ ├── Contents.json │ │ └── premium 1.png │ ├── s2.imageset │ │ ├── Contents.json │ │ └── s2.png │ ├── settings 2.imageset │ │ ├── Contents.json │ │ └── settings 2.jpeg │ ├── settings 3.imageset │ │ ├── Contents.json │ │ └── settings 3.png │ ├── v .imageset │ │ ├── Contents.json │ │ └── v .png │ └── vector 2.imageset │ │ ├── Contents.json │ │ └── vector 2.png │ ├── Clean_Test_App.xcdatamodeld │ └── Clean_Test_App.xcdatamodel │ │ └── contents │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ └── System │ ├── CleanSystem │ ├── CircularSlider.swift │ ├── CircularSliderHandle.swift │ ├── CircularTrig.swift │ ├── DoubleHandleCircularSlider.swift │ └── GradientCircularSlider.swift │ └── MainSystem │ ├── AppDelegate.swift │ ├── Base.lproj │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift ├── Contact Table View ├── Contact Table View.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Contact Table View │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── Contact Table ViewTests │ └── Contact_Table_ViewTests.swift └── Contact Table ViewUITests │ ├── Contact_Table_ViewUITests.swift │ └── Contact_Table_ViewUITestsLaunchTests.swift ├── CustomTableView ├── CustomTableView.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── CustomTableView │ ├── Assets.xcassets │ ├── 1.imageset │ │ ├── Contents.json │ │ └── fb2-modified.png │ ├── 10.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg │ ├── 2.imageset │ │ ├── Contents.json │ │ └── HackerRank_Icon-1000px-modified.png │ ├── 3.imageset │ │ ├── Contents.json │ │ └── skype-modified.png │ ├── 4.imageset │ │ ├── Contents.json │ │ └── intagrammm-modified.png │ ├── 5.imageset │ │ ├── Contents.json │ │ └── tele.jpeg │ ├── 6.imageset │ │ ├── Contents.json │ │ └── toph.png │ ├── 7.imageset │ │ ├── Contents.json │ │ └── Link-modified.png │ ├── 8.imageset │ │ ├── Contents.json │ │ └── linkedin-modified.png │ ├── 9.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── CustomTableView.xcdatamodeld │ └── CustomTableView.xcdatamodel │ │ └── contents │ ├── Info.plist │ ├── System │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift │ └── View │ ├── DemoTableViewCell.swift │ └── DemoTableViewCell.xib ├── CustomTableViewDataPass ├── CustomTableViewDataPass.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── CustomTableViewDataPass │ ├── Assets.xcassets │ ├── 1.imageset │ │ ├── Contents.json │ │ └── FGa4xsYVIAEMyAN.jpeg │ ├── 2.imageset │ │ ├── Contents.json │ │ └── friend circle.jpeg │ ├── 3.imageset │ │ ├── Contents.json │ │ └── IMG_20191119_101717.jpeg │ ├── 4.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-10-07 at 8.02.39 AM.jpeg │ ├── 5.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-10-08 at 11.24.45 AM.jpeg │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Controller │ ├── DetailsVC │ │ ├── Details.storyboard │ │ └── DetailsViewController.swift │ └── Home │ │ ├── Base.lproj │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── CustomTableViewDataPass.xcdatamodeld │ └── CustomTableViewDataPass.xcdatamodel │ │ └── contents │ ├── Info.plist │ ├── System │ ├── AppDelegate.swift │ └── SceneDelegate.swift │ └── View │ ├── Base.lproj │ └── LaunchScreen.storyboard │ └── cell │ └── TableViewCell │ ├── FriendTableViewCell.swift │ └── FriendTableViewCell.xib ├── DatePicker ├── DatePicker.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── DatePicker │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── DatePickerTests │ └── DatePickerTests.swift └── DatePickerUITests │ ├── DatePickerUITests.swift │ └── DatePickerUITestsLaunchTests.swift ├── DirectionGif ├── DirectionGif.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── DirectionGif │ ├── Assets.xcassets │ │ ├── 1.imageset │ │ │ ├── Contents.json │ │ │ └── fire.png │ │ ├── 2.imageset │ │ │ ├── Contents.json │ │ │ └── football 1.png │ │ ├── 3.imageset │ │ │ ├── Contents.json │ │ │ └── football.png │ │ ├── 4.imageset │ │ │ ├── Contents.json │ │ │ └── music 2.png │ │ ├── 5.imageset │ │ │ ├── Contents.json │ │ │ └── gold balloon.png │ │ ├── 6.imageset │ │ │ ├── Contents.json │ │ │ └── green 5.png │ │ ├── 7.imageset │ │ │ ├── Contents.json │ │ │ └── green balloon.png │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Controller │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── DirectionGif.xcdatamodeld │ │ └── DirectionGif.xcdatamodel │ │ │ └── contents │ ├── Info.plist │ ├── Model │ │ └── GifPlay.swift │ ├── System │ │ ├── AppDelegate.swift │ │ ├── Base.lproj │ │ │ └── LaunchScreen.storyboard │ │ └── SceneDelegate.swift │ ├── Test.gif │ ├── gif image.gif │ └── mombati.gif ├── DirectionGifTests │ └── DirectionGifTests.swift └── DirectionGifUITests │ ├── DirectionGifUITests.swift │ └── DirectionGifUITestsLaunchTests.swift ├── EcommerceProduct_API ├── EcommerceProduct_API.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── swiftpm │ │ │ │ └── Package.resolved │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── EcommerceProduct_API │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── placeholder-image.imageset │ │ ├── Contents.json │ │ ├── placeholder-image@2x.jpg │ │ └── placeholder-image@3x.jpg │ ├── Controller │ ├── HomeVC │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── ProductDetailsViewController.swift │ └── product_Details_VC.swift │ ├── Helper │ ├── Link.swift │ └── RestManager.swift │ ├── Info.plist │ ├── Model │ └── ProductModel.swift │ ├── System │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift │ └── View │ └── TableViewCell │ ├── productTableViewCell.swift │ └── productTableViewCell.xib ├── First_app ├── First_app.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── First_app │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ ├── Info.plist │ ├── controller │ │ └── Home │ │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ │ └── ViewController.swift │ └── system │ │ ├── AppDelegate.swift │ │ └── SceneDelegate.swift ├── First_appTests │ └── First_appTests.swift └── First_appUITests │ ├── First_appUITests.swift │ └── First_appUITestsLaunchTests.swift ├── Half_circle ├── Half_circle 2.xcodeproj │ └── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── Half_circle.xcodeproj alias ├── Half_circle.xcodeproj.zip └── Half_circle.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── ImageAutoSlider ├── CustomTableView.zip ├── ImageAutoSlider.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist └── ImageAutoSlider │ ├── Assets.xcassets │ ├── 1.imageset │ │ ├── Contents.json │ │ └── fb.png │ ├── 10.imageset │ │ ├── Contents.json │ │ └── toph.png │ ├── 11.imageset │ │ ├── Contents.json │ │ └── timus.png │ ├── 12.imageset │ │ ├── Contents.json │ │ └── tele.jpeg │ ├── 13.imageset │ │ ├── Contents.json │ │ └── t.png │ ├── 14.imageset │ │ ├── Contents.json │ │ └── spoj.png │ ├── 15.imageset │ │ ├── Contents.json │ │ └── Link-modified.png │ ├── 16.imageset │ │ ├── Contents.json │ │ └── intagrammm-modified.png │ ├── 17.imageset │ │ ├── Contents.json │ │ └── images.png │ ├── 18.imageset │ │ ├── Contents.json │ │ └── HomeSlider_Innovation_03186.jpeg │ ├── 19.imageset │ │ ├── Contents.json │ │ └── HackerRank_Icon-1000px.png │ ├── 2.imageset │ │ ├── Contents.json │ │ └── fb2-modified.png │ ├── 20.imageset │ │ ├── Contents.json │ │ └── github.png │ ├── 21.imageset │ │ ├── Contents.json │ │ └── in.jpeg │ ├── 22.imageset │ │ ├── Contents.json │ │ └── istockphoto-1348212541-170667a.jpeg │ ├── 23.imageset │ │ ├── Contents.json │ │ └── skype-modified.png │ ├── 24.imageset │ │ ├── Contents.json │ │ └── stop-modified.png │ ├── 3.imageset │ │ ├── CodeChef_AIT_Chapter-modified.png │ │ └── Contents.json │ ├── 4.imageset │ │ ├── Contents.json │ │ └── codeforces-modified.png │ ├── 5.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg │ ├── 6.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg │ ├── 7.imageset │ │ ├── Contents.json │ │ └── Twitter-icon-modified.png │ ├── 8.imageset │ │ ├── Contents.json │ │ └── WhatsApp Image 2022-07-25 at 2.26.41 AM.jpeg │ ├── 9.imageset │ │ ├── Contents.json │ │ └── tumblr.jpeg │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── ImageAutoSlider.xcdatamodeld │ └── ImageAutoSlider.xcdatamodel │ │ └── contents │ ├── Info.plist │ ├── System │ ├── AppDelegate.swift │ └── SceneDelegate.swift │ └── View │ ├── CollectionViewCell.swift │ └── CollectionViewCell.xib ├── Image_Crop ├── Image_Crop │ ├── Image_Crop.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ ├── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ │ └── xcuserdata │ │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ └── Image_Crop │ │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ │ ├── Controller │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ └── ViewController.swift │ │ ├── Info.plist │ │ ├── System │ │ ├── AppDelegate.swift │ │ ├── Base.lproj │ │ │ └── LaunchScreen.storyboard │ │ ├── SceneDelegate.swift │ │ └── uiviewExtension.swift │ │ └── View │ │ ├── cropView.swift │ │ └── imageCrop.swift └── README.md ├── Inshot ├── Inshot.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── Inshot │ ├── Assets.xcassets │ ├── 10.imageset │ │ ├── 10.png │ │ └── Contents.json │ ├── 15.imageset │ │ ├── 15.png │ │ └── Contents.json │ ├── 21.imageset │ │ ├── 21.jpeg │ │ └── Contents.json │ ├── 22.imageset │ │ ├── 22.jpeg │ │ └── Contents.json │ ├── 23.imageset │ │ ├── 23.jpeg │ │ └── Contents.json │ ├── 24.imageset │ │ ├── 24.jpeg │ │ └── Contents.json │ ├── 26.imageset │ │ ├── 26.jpeg │ │ └── Contents.json │ ├── 7.imageset │ │ ├── 7.png │ │ └── Contents.json │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── c.imageset │ │ ├── Contents.json │ │ └── c.jpeg │ ├── collage.imageset │ │ ├── Contents.json │ │ └── collage.png │ ├── king.imageset │ │ ├── Contents.json │ │ └── king.jpeg │ ├── picture.imageset │ │ ├── Contents.json │ │ └── picture.png │ ├── setting.imageset │ │ ├── Contents.json │ │ └── setting.jpeg │ ├── suzuki.imageset │ │ ├── Contents.json │ │ └── suzuki.png │ └── v.imageset │ │ ├── Contents.json │ │ └── v.png │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ ├── Inshot.xcdatamodeld │ └── Inshot.xcdatamodel │ │ └── contents │ └── System │ ├── AppDelegate.swift │ ├── Base.lproj │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift ├── My Gallery without Main storyborad ├── My Gallery.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── My Gallery │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── ImagePreviewViewController.swift │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── My_Gallery_App-main 11.52.41 PM ├── MultiplePhotos │ ├── MultiplePhotos │ │ ├── Assets.xcassets │ │ │ ├── 11.imageset │ │ │ │ ├── 11.jpeg │ │ │ │ └── Contents.json │ │ │ ├── 16.imageset │ │ │ │ ├── 16.jpeg │ │ │ │ └── Contents.json │ │ │ ├── 17 (1).imageset │ │ │ │ └── Contents.json │ │ │ ├── 18.imageset │ │ │ │ ├── 18.png │ │ │ │ └── Contents.json │ │ │ ├── AccentColor.colorset │ │ │ │ └── Contents.json │ │ │ ├── AppIcon.appiconset │ │ │ │ ├── 18.png │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Controller │ │ │ ├── HomeVC │ │ │ │ ├── Base.lproj │ │ │ │ │ └── Main.storyboard │ │ │ │ └── ViewController.swift │ │ │ └── SubViewController │ │ │ │ ├── ImageView.storyboard │ │ │ │ ├── imageView.xib │ │ │ │ └── imageViewController.swift │ │ ├── Info.plist │ │ ├── Model │ │ │ ├── ImageView.storyboard │ │ │ ├── ImageViewViewController.swift │ │ │ ├── ImageViewViewController.xib │ │ │ ├── ImageViewsViewController.swift │ │ │ └── ImageViewsViewController.xib │ │ ├── MultiplePhotos.xcdatamodeld │ │ │ └── MultiplePhotos.xcdatamodel │ │ │ │ └── contents │ │ ├── System │ │ │ ├── AppDelegate.swift │ │ │ ├── Base.lproj │ │ │ │ └── LaunchScreen.storyboard │ │ │ └── SceneDelegate.swift │ │ └── View │ │ │ ├── CellVc │ │ │ ├── CollectionViewCell.swift │ │ │ └── CollectionViewCell.xib │ │ │ └── New Group │ │ │ ├── ImageViewViewController.swift │ │ │ └── ImageViewViewController.xib │ └── My Gallery.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist └── README.md ├── Navigation Bar use ├── Navigation Bar Use.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Viewcontroller │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── ViewcontrollerTests │ └── ViewcontrollerTests.swift └── ViewcontrollerUITests │ ├── ViewcontrollerUITests.swift │ └── ViewcontrollerUITestsLaunchTests.swift ├── Quiz App ├── Quiz App.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── Quiz App │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Controller │ └── ViewController.swift │ ├── Info.plist │ ├── Quiz AppTests │ └── Quiz_AppTests.swift │ ├── Quiz AppUITests │ ├── Quiz_AppUITests.swift │ └── Quiz_AppUITestsLaunchTests.swift │ └── SceneDelegate.swift ├── README.md ├── RealTimeDatabaseWithFirebase.zip ├── Schedule_Loca_lNotifications.zip ├── Segment Control ├── Segment Control.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Segment Control │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── Segment ControlTests │ └── Segment_ControlTests.swift └── Segment ControlUITests │ ├── Segment_ControlUITests.swift │ └── Segment_ControlUITestsLaunchTests.swift ├── Slider_part ├── Slider_part.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Slider_part │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── Slider_partTests │ └── Slider_partTests.swift └── Slider_partUITests │ ├── Slider_partUITests.swift │ └── Slider_partUITestsLaunchTests.swift ├── Student_CoreData ├── Student_CoreData.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Student_CoreData │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Controller │ │ ├── HomeVC │ │ │ ├── Base.lproj │ │ │ │ └── Main.storyboard │ │ │ └── ViewController.swift │ │ └── ListVC │ │ │ └── listViewController.swift │ ├── Info.plist │ ├── Model │ │ ├── CoreData │ │ │ ├── Student+CoreDataClass.swift │ │ │ └── Student+CoreDataProperties.swift │ │ └── Database File │ │ │ └── DatabaseHelper.swift │ ├── Student_CoreData.xcdatamodeld │ │ └── Student_CoreData.xcdatamodel │ │ │ └── contents │ ├── System │ │ ├── AppDelegate.swift │ │ ├── Base.lproj │ │ │ └── LaunchScreen.storyboard │ │ └── SceneDelegate.swift │ └── View │ │ └── TableViewCell │ │ ├── StudentTableViewCell.swift │ │ └── StudentTableViewCell.xib ├── Student_CoreDataTests │ └── Student_CoreDataTests.swift └── Student_CoreDataUITests │ ├── Student_CoreDataUITests.swift │ └── Student_CoreDataUITestsLaunchTests.swift ├── Table View ├── Table View.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Table View │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ ├── SecondViewController.swift │ └── ViewController.swift ├── Table ViewTests │ └── Table_ViewTests.swift └── Table ViewUITests │ ├── Table_ViewUITests.swift │ └── Table_ViewUITestsLaunchTests.swift ├── TableViewHeader&Footer ├── TableViewHeader&Footer.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist └── TableViewHeader&Footer │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ ├── Model │ ├── animal.swift │ └── dictionaryPage.swift │ ├── System │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift │ ├── TableViewHeader_Footer.xcdatamodeld │ └── TableViewHeader_Footer.xcdatamodel │ │ └── contents │ └── View │ ├── HeaderViewCell │ ├── animalTableViewHeaderFooterView.swift │ └── animalTableViewHeaderFooterView.xib │ └── TableViewCell │ ├── animalTableViewCell.swift │ └── animalTableViewCell.xib ├── TableViews ├── TableViews.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── TableViews │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ ├── Contents.json │ │ │ └── Screenshot 2022-07-25 at 2.31.47 PM.png │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── img.imageset │ │ │ ├── Contents.json │ │ │ └── images.png │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── Model │ │ └── Team.swift │ ├── SceneDelegate.swift │ ├── Team_List.swift │ └── ViewController.swift ├── TableViewsTests │ └── TableViewsTests.swift └── TableViewsUITests │ ├── TableViewsUITests.swift │ └── TableViewsUITestsLaunchTests.swift ├── TestingApp ├── TestingApp.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── mdhosnemobarok.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── mdhosnemobarok.xcuserdatad │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── TestingApp │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ ├── Controller │ │ ├── About │ │ │ ├── About.storyboard │ │ │ ├── AboutViewController.swift │ │ │ └── Info.plist │ │ └── Home │ │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ │ └── ViewController.swift │ ├── System │ │ ├── AppDelegate.swift │ │ └── SceneDelegate.swift │ ├── TestingApp.xcdatamodeld │ │ └── TestingApp.xcdatamodel │ │ │ └── contents │ └── View │ │ ├── TableViewCell.swift │ │ └── TableViewCell.xib ├── TestingAppTests │ └── TestingAppTests.swift └── TestingAppUITests │ ├── TestingAppUITests.swift │ └── TestingAppUITestsLaunchTests.swift ├── TodoList ├── TodoList.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ ├── xcshareddata │ │ └── xcschemes │ │ │ └── TodoList.xcscheme │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist └── TodoList │ ├── Assets.xcassets │ ├── 1.imageset │ │ ├── Contents.json │ │ └── fb.png │ ├── 2.imageset │ │ ├── Contents.json │ │ └── fb2-modified.png │ ├── 3.imageset │ │ ├── Contents.json │ │ └── github.png │ ├── 4.imageset │ │ ├── Contents.json │ │ └── HackerRank_Icon-1000px-modified.png │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Controller │ ├── AddDataVC │ │ ├── Add.storyboard │ │ └── AddDataViewController.swift │ └── HomeVc │ │ ├── Base.lproj │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── Info.plist │ ├── Model │ └── Model.swift │ ├── System │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift │ ├── TodoList.xcdatamodeld │ └── TodoList.xcdatamodel │ │ └── contents │ └── View │ ├── TableViewCell.swift │ └── TableViewCell.xib ├── Transform Show ├── StoryBoard Practice │ ├── Assets.xcassets │ │ ├── 11.imageset │ │ │ ├── 11.jpeg │ │ │ └── Contents.json │ │ ├── 15.imageset │ │ │ ├── 15.png │ │ │ └── Contents.json │ │ ├── 16.imageset │ │ │ ├── 16.jpeg │ │ │ └── Contents.json │ │ ├── 2.imageset │ │ │ ├── 2.png │ │ │ └── Contents.json │ │ ├── 25.imageset │ │ │ ├── 25.jpeg │ │ │ └── Contents.json │ │ ├── 3.imageset │ │ │ ├── 3.png │ │ │ └── Contents.json │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── contact icon.imageset │ │ │ ├── Contents.json │ │ │ └── contact icon.jpeg │ │ ├── hello.imageset │ │ │ ├── Contents.json │ │ │ └── hello.png │ │ ├── p.imageset │ │ │ ├── Contents.json │ │ │ └── p.png │ │ ├── pc.imageset │ │ │ ├── Contents.json │ │ │ └── images.png │ │ └── welcom.imageset │ │ │ ├── Contents.json │ │ │ └── welcom.png │ ├── Controller │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── Info.plist │ ├── StoryBoard_Practice.xcdatamodeld │ │ └── StoryBoard_Practice.xcdatamodel │ │ │ └── contents │ └── System │ │ ├── AppDelegate.swift │ │ ├── Base.lproj │ │ └── LaunchScreen.storyboard │ │ └── SceneDelegate.swift └── Transform Show.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── UIView ├── UIView.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── UIView │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── UIViewTests │ └── UIViewTests.swift └── UIViewUITests │ ├── UIViewUITests.swift │ └── UIViewUITestsLaunchTests.swift ├── ViewDrag&Drop ├── ViewDrag&Drop.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── ViewDrag&Drop │ ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── m2.imageset │ │ ├── Contents.json │ │ └── m2.png │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ └── System │ ├── AppDelegate.swift │ ├── Base.lproj │ └── LaunchScreen.storyboard │ └── SceneDelegate.swift ├── Viewcontroller └── Navigation Bar Use.xcodeproj │ └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── Water Wave Progress ├── Clean_App_Design │ ├── Controller │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ └── ViewController.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── c6.imageset │ │ │ ├── Contents.json │ │ │ └── c6.png │ │ ├── clean 2.imageset │ │ │ ├── Contents.json │ │ │ └── clean 2.png │ │ ├── m.imageset │ │ │ ├── Contents.json │ │ │ └── m.png │ │ ├── m4.imageset │ │ │ ├── Contents.json │ │ │ └── m4.png │ │ └── s2.imageset │ │ │ ├── Contents.json │ │ │ └── s2.png │ ├── Clean_App_Design.xcdatamodeld │ │ └── Clean_App_Design.xcdatamodel │ │ │ └── contents │ ├── Info.plist │ ├── System │ │ ├── AppDelegate.swift │ │ ├── Base.lproj │ │ │ └── LaunchScreen.storyboard │ │ └── SceneDelegate.swift │ └── View │ │ └── WaterWaveView.swift └── waterWave_progess.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ └── xcschememanagement.plist ├── button_2 ├── button_2.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── button_2 │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── button_2Tests │ └── button_2Tests.swift └── button_2UITests │ ├── button_2UITests.swift │ └── button_2UITestsLaunchTests.swift ├── imageViewCrop ├── imageViewCrop.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist └── imageViewCrop │ ├── Assets.xcassets │ ├── 26.imageset │ │ ├── 26.jpeg │ │ └── Contents.json │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json │ ├── Controller │ ├── Base.lproj │ │ └── Main.storyboard │ └── ViewController.swift │ ├── Info.plist │ ├── Model │ └── Base.lproj │ │ └── LaunchScreen.storyboard │ ├── System │ ├── AppDelegate.swift │ └── SceneDelegate.swift │ └── View │ ├── CropViewExtension.swift │ └── ImageCropView.swift ├── scrollZooming ├── scrollViewZooming │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── 3.imageset │ │ │ ├── 3.png │ │ │ └── Contents.json │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ ├── ViewController.swift │ └── scrollViewZooming.xcdatamodeld │ │ └── scrollViewZooming.xcdatamodel │ │ └── contents └── scrollViewZoomingApp.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── slider_excersise ├── slider_excersise.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── mdmuradhossain.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── slider_excersise │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── SceneDelegate.swift │ └── ViewController.swift ├── slider_excersiseTests │ └── slider_excersiseTests.swift └── slider_excersiseUITests │ ├── slider_excersiseUITests.swift │ └── slider_excersiseUITestsLaunchTests.swift └── text_field ├── text_field.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ │ └── mdmuradhossain.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── mdmuradhossain.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── text_field ├── AppDelegate.swift ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Info.plist ├── SceneDelegate.swift └── ViewController.swift ├── text_fieldTests └── text_fieldTests.swift └── text_fieldUITests ├── text_fieldUITests.swift └── text_fieldUITestsLaunchTests.swift /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/.DS_Store -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Auto_Slider_Image/Auto_Slider_Image.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "toph.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/1.imageset/toph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/1.imageset/toph.png -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Twitter-icon-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/2.imageset/Twitter-icon-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/2.imageset/Twitter-icon-modified.png -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/3.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/3.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/4.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/4.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/Auto_Slider_Image.xcdatamodeld/Auto_Slider_Image.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Auto_Slider_Image/Auto_Slider_Image/View/CollectionViewCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionViewCell.swift 3 | // Auto_Slider_Image 4 | // 5 | // Created by Md Murad Hossain on 10/10/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class CollectionViewCell: UICollectionViewCell { 11 | @IBOutlet weak var imageview: UIImageView! 12 | 13 | override func awakeFromNib() { 14 | super.awakeFromNib() 15 | // Initialization code 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /Button_Check/Button_Check.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Button_Check/Button_Check.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Button_Check/Button_Check.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Button_Check/Button_Check.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Button_Check/Button_Check.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Button_Check.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Button_Check/Button_Check/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Button_Check/Button_Check/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Clean_Test_App.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Ellipse 21.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Ellipse 21.svg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/G.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "G.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/G.imageset/G.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/G.imageset/G.jpeg -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Group 49.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Group 49.svg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Rectangle 30.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Rectangle 30.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Rectangle 30.imageset/Rectangle 30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/Rectangle 30.imageset/Rectangle 30.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Vector 1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Vector.svg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Vector.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Vector.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/Vector.imageset/Vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/Vector.imageset/Vector.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/c6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "c6.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/c6.imageset/c6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/c6.imageset/c6.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/clean 2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "clean 2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/clean 2.imageset/clean 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/clean 2.imageset/clean 2.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/contact_icon-removebg-preview.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "contact_icon-removebg-preview.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/contact_icon-removebg-preview.imageset/contact_icon-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/contact_icon-removebg-preview.imageset/contact_icon-removebg-preview.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/contact_icon_2-removebg-preview.imageset/contact_icon_2-removebg-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/contact_icon_2-removebg-preview.imageset/contact_icon_2-removebg-preview.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/gradient blue.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "gradient blue.svg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/group9494 1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "group9494 1.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/group9494 1.imageset/group9494 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/group9494 1.imageset/group9494 1.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 26.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "image 26.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 26.imageset/image 26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/image 26.imageset/image 26.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 27.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "image 27.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 27.imageset/image 27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/image 27.imageset/image 27.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 33.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "image 33.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 33.imageset/image 33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/image 33.imageset/image 33.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 34.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "image 34.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image 34.imageset/image 34.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/image 34.imageset/image 34.jpeg -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image p.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "image p.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/image p.imageset/image p.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/image p.imageset/image p.jpeg -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/leftButtonF.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "leftButtonF.svg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient 1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "linear greadient.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient 1.imageset/linear greadient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient 1.imageset/linear greadient.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "linear greadient.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient.imageset/linear greadient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/linear greadient.imageset/linear greadient.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/m.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "m.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/m.imageset/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/m.imageset/m.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/p.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "p.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/p.imageset/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/p.imageset/p.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/premium 1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "premium 1.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/premium 1.imageset/premium 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/premium 1.imageset/premium 1.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/s2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "s2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/s2.imageset/s2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/s2.imageset/s2.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "settings 2.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 2.imageset/settings 2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 2.imageset/settings 2.jpeg -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "settings 3.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 3.imageset/settings 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/settings 3.imageset/settings 3.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/v .imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "v .png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/v .imageset/v .png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/v .imageset/v .png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/vector 2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "vector 2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Assets.xcassets/vector 2.imageset/vector 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Clean_Test_App/Clean_Test_App/Assets.xcassets/vector 2.imageset/vector 2.png -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/Clean_Test_App.xcdatamodeld/Clean_Test_App.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Clean_Test_App/Clean_Test_App/System/CleanSystem/CircularSliderHandle.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CircularSliderHandle.swift 3 | // Clean_Test_App 4 | // 5 | // Created by Md Murad Hossain on 1/11/22. 6 | // 7 | 8 | import Foundation 9 | 10 | import UIKit 11 | 12 | class CircularSliderHandle: CALayer { 13 | var highlighted = false 14 | } 15 | -------------------------------------------------------------------------------- /Contact Table View/Contact Table View.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Contact Table View/Contact Table View.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Contact Table View/Contact Table View.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Contact Table View/Contact Table View.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Contact Table View/Contact Table View/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Contact Table View/Contact Table View/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fb2-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/1.imageset/fb2-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/1.imageset/fb2-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/10.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/10.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "HackerRank_Icon-1000px-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/2.imageset/HackerRank_Icon-1000px-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/2.imageset/HackerRank_Icon-1000px-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "skype-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/3.imageset/skype-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/3.imageset/skype-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "intagrammm-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/4.imageset/intagrammm-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/4.imageset/intagrammm-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "tele.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/5.imageset/tele.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/5.imageset/tele.jpeg -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "toph.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/6.imageset/toph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/6.imageset/toph.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Link-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/7.imageset/Link-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/7.imageset/Link-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "linkedin-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/8.imageset/linkedin-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/8.imageset/linkedin-modified.png -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/9.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/9.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableView/CustomTableView/Assets.xcassets/9.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /CustomTableView/CustomTableView/CustomTableView.xcdatamodeld/CustomTableView.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "FGa4xsYVIAEMyAN.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/1.imageset/FGa4xsYVIAEMyAN.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/1.imageset/FGa4xsYVIAEMyAN.jpeg -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "friend circle.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/2.imageset/friend circle.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/2.imageset/friend circle.jpeg -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "IMG_20191119_101717.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/3.imageset/IMG_20191119_101717.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/3.imageset/IMG_20191119_101717.jpeg -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/4.imageset/WhatsApp Image 2022-10-07 at 8.02.39 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/4.imageset/WhatsApp Image 2022-10-07 at 8.02.39 AM.jpeg -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/5.imageset/WhatsApp Image 2022-10-08 at 11.24.45 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/5.imageset/WhatsApp Image 2022-10-08 at 11.24.45 AM.jpeg -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /CustomTableViewDataPass/CustomTableViewDataPass/CustomTableViewDataPass.xcdatamodeld/CustomTableViewDataPass.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /DatePicker/DatePicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DatePicker/DatePicker.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /DatePicker/DatePicker.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DatePicker/DatePicker.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /DatePicker/DatePicker.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | DatePicker.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /DatePicker/DatePicker/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /DatePicker/DatePicker/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /DirectionGif/DirectionGif.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | DirectionGif.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fire.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/1.imageset/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/1.imageset/fire.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "football 1.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/2.imageset/football 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/2.imageset/football 1.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "football.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/3.imageset/football.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/3.imageset/football.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "music 2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/4.imageset/music 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/4.imageset/music 2.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "gold balloon.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/5.imageset/gold balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/5.imageset/gold balloon.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "green 5.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/6.imageset/green 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/6.imageset/green 5.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "green balloon.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/7.imageset/green balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Assets.xcassets/7.imageset/green balloon.png -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/DirectionGif.xcdatamodeld/DirectionGif.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/Test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/Test.gif -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/gif image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/gif image.gif -------------------------------------------------------------------------------- /DirectionGif/DirectionGif/mombati.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/DirectionGif/DirectionGif/mombati.gif -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved: -------------------------------------------------------------------------------- 1 | { 2 | "pins" : [ 3 | { 4 | "identity" : "sdwebimage", 5 | "kind" : "remoteSourceControl", 6 | "location" : "https://github.com/SDWebImage/SDWebImage", 7 | "state" : { 8 | "revision" : "3312bf5e67b52fbce7c3caf431b0cda721a9f7bb", 9 | "version" : "5.14.2" 10 | } 11 | } 12 | ], 13 | "version" : 2 14 | } 15 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/EcommerceProduct_API/EcommerceProduct_API.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/placeholder-image.imageset/placeholder-image@2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/placeholder-image.imageset/placeholder-image@2x.jpg -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/placeholder-image.imageset/placeholder-image@3x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/EcommerceProduct_API/EcommerceProduct_API/Assets.xcassets/placeholder-image.imageset/placeholder-image@3x.jpg -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Controller/product_Details_VC.swift: -------------------------------------------------------------------------------- 1 | // 2 | // product_Details_VC.swift 3 | // EcommerceProduct_API 4 | // 5 | // Created by Md Murad Hossain on 3/12/22. 6 | // 7 | 8 | import Foundation 9 | import UIKit 10 | -------------------------------------------------------------------------------- /EcommerceProduct_API/EcommerceProduct_API/Helper/Link.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Link.swift 3 | // EcommerceProduct_API 4 | // 5 | // Created by Md Murad Hossain on 3/12/22. 6 | // 7 | 8 | import Foundation 9 | 10 | struct Api { 11 | 12 | static let MovieApiUrl = "https://fakestoreapi.com/products" 13 | } 14 | -------------------------------------------------------------------------------- /First_app/First_app.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /First_app/First_app.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /First_app/First_app.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/First_app/First_app.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /First_app/First_app.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | First_app.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /First_app/First_app/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /First_app/First_app/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Half_circle/Half_circle 2.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Half_circle/Half_circle 2.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Half_circle/Half_circle 2.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Half_circle/Half_circle.xcodeproj alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Half_circle/Half_circle.xcodeproj alias -------------------------------------------------------------------------------- /Half_circle/Half_circle.xcodeproj.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Half_circle/Half_circle.xcodeproj.zip -------------------------------------------------------------------------------- /Half_circle/Half_circle.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Half_circle/Half_circle.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Half_circle/Half_circle.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ImageAutoSlider/CustomTableView.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/CustomTableView.zip -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fb.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/1.imageset/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/1.imageset/fb.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "toph.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/10.imageset/toph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/10.imageset/toph.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "timus.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/11.imageset/timus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/11.imageset/timus.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/12.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "tele.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/12.imageset/tele.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/12.imageset/tele.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/13.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "t.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/13.imageset/t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/13.imageset/t.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/14.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "spoj.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/14.imageset/spoj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/14.imageset/spoj.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Link-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/15.imageset/Link-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/15.imageset/Link-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "intagrammm-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/16.imageset/intagrammm-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/16.imageset/intagrammm-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/17.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "images.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/17.imageset/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/17.imageset/images.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/18.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "HomeSlider_Innovation_03186.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/18.imageset/HomeSlider_Innovation_03186.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/18.imageset/HomeSlider_Innovation_03186.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/19.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "HackerRank_Icon-1000px.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/19.imageset/HackerRank_Icon-1000px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/19.imageset/HackerRank_Icon-1000px.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fb2-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/2.imageset/fb2-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/2.imageset/fb2-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/20.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "github.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/20.imageset/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/20.imageset/github.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/21.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "in.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/21.imageset/in.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/21.imageset/in.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/22.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "istockphoto-1348212541-170667a.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/22.imageset/istockphoto-1348212541-170667a.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/22.imageset/istockphoto-1348212541-170667a.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/23.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "skype-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/23.imageset/skype-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/23.imageset/skype-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/24.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "stop-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/24.imageset/stop-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/24.imageset/stop-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/3.imageset/CodeChef_AIT_Chapter-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/3.imageset/CodeChef_AIT_Chapter-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "CodeChef_AIT_Chapter-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "codeforces-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/4.imageset/codeforces-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/4.imageset/codeforces-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/5.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/5.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/5.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM (1).jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/6.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/6.imageset/WhatsApp Image 2022-07-25 at 2.26.42 AM.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/7.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "Twitter-icon-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/7.imageset/Twitter-icon-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/7.imageset/Twitter-icon-modified.png -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/8.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "WhatsApp Image 2022-07-25 at 2.26.41 AM.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/8.imageset/WhatsApp Image 2022-07-25 at 2.26.41 AM.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/8.imageset/WhatsApp Image 2022-07-25 at 2.26.41 AM.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/9.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "tumblr.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/9.imageset/tumblr.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ImageAutoSlider/ImageAutoSlider/Assets.xcassets/9.imageset/tumblr.jpeg -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/ImageAutoSlider.xcdatamodeld/ImageAutoSlider.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ImageAutoSlider/ImageAutoSlider/View/CollectionViewCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CollectionViewCell.swift 3 | // ImageAutoSlider 4 | // 5 | // Created by Md Murad Hossain on 10/10/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class CollectionViewCell: UICollectionViewCell { 11 | 12 | @IBOutlet weak var imageView: UIImageView! 13 | 14 | override func awakeFromNib() { 15 | super.awakeFromNib() 16 | // Initialization code 17 | } 18 | 19 | } 20 | -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Image_Crop/Image_Crop/Image_Crop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Image_Crop/Image_Crop/Image_Crop/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Image_Crop/README.md: -------------------------------------------------------------------------------- 1 | # Image_Crop -------------------------------------------------------------------------------- /Inshot/Inshot.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Inshot/Inshot.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Inshot/Inshot.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Inshot/Inshot.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Inshot.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/10.imageset/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/10.imageset/10.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/10.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "10.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/15.imageset/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/15.imageset/15.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "15.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/21.imageset/21.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/21.imageset/21.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/21.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "21.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/22.imageset/22.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/22.imageset/22.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/22.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "22.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/23.imageset/23.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/23.imageset/23.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/23.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "23.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/24.imageset/24.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/24.imageset/24.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/24.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "24.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/26.imageset/26.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/26.imageset/26.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/7.imageset/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/7.imageset/7.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/c.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "c.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/c.imageset/c.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/c.imageset/c.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/collage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "collage.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/collage.imageset/collage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/collage.imageset/collage.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/king.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "king.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/king.imageset/king.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/king.imageset/king.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/picture.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "picture.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/picture.imageset/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/picture.imageset/picture.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/setting.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "setting.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/setting.imageset/setting.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/setting.imageset/setting.jpeg -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/suzuki.imageset/suzuki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/suzuki.imageset/suzuki.png -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/v.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "v.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Inshot/Inshot/Assets.xcassets/v.imageset/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Inshot/Inshot/Assets.xcassets/v.imageset/v.png -------------------------------------------------------------------------------- /Inshot/Inshot/Inshot.xcdatamodeld/Inshot.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My Gallery without Main storyborad/My Gallery.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /My Gallery without Main storyborad/My Gallery/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/11.imageset/11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/11.imageset/11.jpeg -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "11.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/16.imageset/16.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/16.imageset/16.jpeg -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "16.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/17 (1).imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x" 6 | }, 7 | { 8 | "idiom" : "universal", 9 | "scale" : "2x" 10 | }, 11 | { 12 | "idiom" : "universal", 13 | "scale" : "3x" 14 | } 15 | ], 16 | "info" : { 17 | "author" : "xcode", 18 | "version" : 1 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/18.imageset/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/18.imageset/18.png -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/18.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "18.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/AppIcon.appiconset/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/AppIcon.appiconset/18.png -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "18.png", 5 | "idiom" : "universal", 6 | "platform" : "ios", 7 | "size" : "1024x1024" 8 | } 9 | ], 10 | "info" : { 11 | "author" : "xcode", 12 | "version" : 1 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/MultiplePhotos/MultiplePhotos.xcdatamodeld/MultiplePhotos.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/My Gallery.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/My Gallery.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/MultiplePhotos/My Gallery.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/My_Gallery_App-main 11.52.41 PM/MultiplePhotos/My Gallery.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /My_Gallery_App-main 11.52.41 PM/README.md: -------------------------------------------------------------------------------- 1 | # My_Gallery_App 2 | iOS learning gallery app in swift 3 | -------------------------------------------------------------------------------- /Navigation Bar use/Navigation Bar Use.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Navigation Bar use/Navigation Bar Use.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Navigation Bar use/Navigation Bar Use.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Navigation Bar use/Navigation Bar Use.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Navigation Bar use/Viewcontroller/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Navigation Bar use/Viewcontroller/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Navigation Bar use/Viewcontroller/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // Viewcontroller 4 | // 5 | // Created by Md Murad Hossain on 4/8/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class ViewController: UIViewController { 11 | 12 | override func viewDidLoad() { 13 | super.viewDidLoad() 14 | // Do any additional setup after loading the view. 15 | } 16 | 17 | 18 | } 19 | 20 | -------------------------------------------------------------------------------- /Quiz App/Quiz App.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Quiz App/Quiz App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Quiz App/Quiz App.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Quiz App/Quiz App.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Quiz App/Quiz App.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Quiz App.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Quiz App/Quiz App/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Quiz App/Quiz App/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Quiz App/Quiz App/Controller/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // Quiz App 4 | // 5 | // Created by Md Murad Hossain on 22/7/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class ViewController: UIViewController { 11 | 12 | override func viewDidLoad() { 13 | super.viewDidLoad() 14 | // Do any additional setup after loading the view. 15 | } 16 | 17 | 18 | } 19 | 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # iOS_Project_Swift 2 | -------------------------------------------------------------------------------- /RealTimeDatabaseWithFirebase.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/RealTimeDatabaseWithFirebase.zip -------------------------------------------------------------------------------- /Schedule_Loca_lNotifications.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Schedule_Loca_lNotifications.zip -------------------------------------------------------------------------------- /Segment Control/Segment Control.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Segment Control/Segment Control.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Segment Control/Segment Control.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Segment Control/Segment Control.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Segment Control/Segment Control/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Segment Control/Segment Control/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Slider_part/Slider_part.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Slider_part/Slider_part.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Slider_part/Slider_part.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Slider_part/Slider_part.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Slider_part/Slider_part.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Slider_part.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Slider_part/Slider_part/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Slider_part/Slider_part/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Student_CoreData/Student_CoreData.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Student_CoreData/Student_CoreData/Model/CoreData/Student+CoreDataClass.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Student+CoreDataClass.swift 3 | // Student_CoreData 4 | // 5 | // Created by Md Murad Hossain on 13/12/22. 6 | // 7 | // 8 | 9 | import Foundation 10 | import CoreData 11 | 12 | @objc(Student) 13 | public class Student: NSManagedObject { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Table View/Table View.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Table View/Table View.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Table View/Table View.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Table View/Table View.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Table View/Table View.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Table View.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Table View/Table View/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Table View/Table View/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Table View/Table View/SecondViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // SecondViewController.swift 3 | // Table View 4 | // 5 | // Created by Md Murad Hossain on 6/8/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class SecondViewController: UIViewController { 11 | 12 | @IBOutlet weak var TitelTaxt: UITextView! 13 | 14 | override func viewDidLoad() { 15 | super.viewDidLoad() 16 | TitelTaxt.text = list_data[indicator] 17 | 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TableViewHeader&Footer/TableViewHeader&Footer.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/Model/animal.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Animal.swift 3 | // TableViewHeader&Footer 4 | // 5 | // Created by Md Murad Hossain on 19/10/22. 6 | // 7 | 8 | import Foundation 9 | 10 | struct animal { 11 | let image: String 12 | let name: String 13 | } 14 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/Model/dictionaryPage.swift: -------------------------------------------------------------------------------- 1 | // 2 | // dictionaryPage.swift 3 | // TableViewHeader&Footer 4 | // 5 | // Created by Md Murad Hossain on 19/10/22. 6 | // 7 | 8 | import Foundation 9 | 10 | struct dictionaryPage{ 11 | 12 | let firstLetter: String 13 | let list: [animal] 14 | } 15 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/TableViewHeader_Footer.xcdatamodeld/TableViewHeader_Footer.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /TableViewHeader&Footer/TableViewHeader&Footer/View/HeaderViewCell/animalTableViewHeaderFooterView.swift: -------------------------------------------------------------------------------- 1 | // 2 | // animalTableViewHeaderFooterView.swift 3 | // TableViewHeader&Footer 4 | // 5 | // Created by Md Murad Hossain on 19/10/22. 6 | // 7 | 8 | import UIKit 9 | 10 | final class animalTableViewHeaderFooterView: UITableViewHeaderFooterView { 11 | @IBOutlet weak var discriptionLabel: UILabel! 12 | 13 | 14 | } 15 | -------------------------------------------------------------------------------- /TableViews/TableViews.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TableViews/TableViews.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TableViews/TableViews.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TableViews/TableViews.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TableViews/TableViews.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | TableViews.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /TableViews/TableViews/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "filename" : "Screenshot 2022-07-25 at 2.31.47 PM.png", 5 | "idiom" : "universal" 6 | } 7 | ], 8 | "info" : { 9 | "author" : "xcode", 10 | "version" : 1 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /TableViews/TableViews/Assets.xcassets/AccentColor.colorset/Screenshot 2022-07-25 at 2.31.47 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TableViews/TableViews/Assets.xcassets/AccentColor.colorset/Screenshot 2022-07-25 at 2.31.47 PM.png -------------------------------------------------------------------------------- /TableViews/TableViews/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /TableViews/TableViews/Assets.xcassets/img.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "images.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TableViews/TableViews/Assets.xcassets/img.imageset/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TableViews/TableViews/Assets.xcassets/img.imageset/images.png -------------------------------------------------------------------------------- /TableViews/TableViews/Model/Team.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Team.swift 3 | // TableViews 4 | // 5 | // Created by Md Murad Hossain on 7/8/22. 6 | // 7 | 8 | import SwiftUI 9 | struct Team: Identifiable { 10 | var id: Int 11 | var name: String 12 | } 13 | -------------------------------------------------------------------------------- /TableViews/TableViews/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // TableViews 4 | // 5 | // Created by Md Murad Hossain on 7/8/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class ViewController: UIViewController { 11 | 12 | override func viewDidLoad() { 13 | super.viewDidLoad() 14 | // Do any additional setup after loading the view. 15 | } 16 | 17 | 18 | } 19 | 20 | -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/project.xcworkspace/xcuserdata/mdhosnemobarok.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TestingApp/TestingApp.xcodeproj/project.xcworkspace/xcuserdata/mdhosnemobarok.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TestingApp/TestingApp.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/xcuserdata/mdhosnemobarok.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/xcuserdata/mdhosnemobarok.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | TestingApp.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /TestingApp/TestingApp.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | TestingApp.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /TestingApp/TestingApp/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /TestingApp/TestingApp/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /TestingApp/TestingApp/TestingApp.xcdatamodeld/TestingApp.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /TodoList/TodoList.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /TodoList/TodoList.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /TodoList/TodoList.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TodoList/TodoList.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fb.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/1.imageset/fb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TodoList/TodoList/Assets.xcassets/1.imageset/fb.png -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "fb2-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/2.imageset/fb2-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TodoList/TodoList/Assets.xcassets/2.imageset/fb2-modified.png -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "github.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/3.imageset/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TodoList/TodoList/Assets.xcassets/3.imageset/github.png -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "HackerRank_Icon-1000px-modified.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/4.imageset/HackerRank_Icon-1000px-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/TodoList/TodoList/Assets.xcassets/4.imageset/HackerRank_Icon-1000px-modified.png -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /TodoList/TodoList/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /TodoList/TodoList/Model/Model.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Model.swift 3 | // TodoList 4 | // 5 | // Created by Md Murad Hossain on 11/10/22. 6 | // 7 | 8 | import UIKit 9 | import Foundation 10 | 11 | struct Data { 12 | let profileName: String? 13 | let avatar: UIImage? 14 | } 15 | -------------------------------------------------------------------------------- /TodoList/TodoList/TodoList.xcdatamodeld/TodoList.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/11.imageset/11.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/11.imageset/11.jpeg -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/11.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "11.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/15.imageset/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/15.imageset/15.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/15.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "15.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/16.imageset/16.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/16.imageset/16.jpeg -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/16.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "16.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/2.imageset/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/2.imageset/2.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/25.imageset/25.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/25.imageset/25.jpeg -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/25.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "25.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/3.imageset/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/3.imageset/3.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "3.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/contact icon.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "contact icon.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/contact icon.imageset/contact icon.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/contact icon.imageset/contact icon.jpeg -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/hello.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "hello.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/hello.imageset/hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/hello.imageset/hello.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/p.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "p.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/p.imageset/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/p.imageset/p.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/pc.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "images.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/pc.imageset/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/pc.imageset/images.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/welcom.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "welcom.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/Assets.xcassets/welcom.imageset/welcom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/StoryBoard Practice/Assets.xcassets/welcom.imageset/welcom.png -------------------------------------------------------------------------------- /Transform Show/StoryBoard Practice/StoryBoard_Practice.xcdatamodeld/StoryBoard_Practice.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Transform Show/Transform Show.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Transform Show/Transform Show.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Transform Show/Transform Show.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Transform Show/Transform Show.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Transform Show/Transform Show.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /UIView/UIView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /UIView/UIView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UIView/UIView.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/UIView/UIView.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /UIView/UIView.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | UIView.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /UIView/UIView/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /UIView/UIView/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /UIView/UIView/ViewController.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ViewController.swift 3 | // UIView 4 | // 5 | // Created by Md Murad Hossain on 6/8/22. 6 | // 7 | 8 | import UIKit 9 | 10 | class ViewController: UIViewController { 11 | 12 | @IBOutlet weak var button_1: UIButton! 13 | 14 | @IBOutlet weak var image: UIView! 15 | override func viewDidLoad() { 16 | super.viewDidLoad() 17 | 18 | } 19 | 20 | 21 | } 22 | 23 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ViewDrag&Drop/ViewDrag&Drop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/m2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "m2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/m2.imageset/m2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/ViewDrag&Drop/ViewDrag&Drop/Assets.xcassets/m2.imageset/m2.png -------------------------------------------------------------------------------- /Viewcontroller/Navigation Bar Use.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Viewcontroller/Navigation Bar Use.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Viewcontroller/Navigation Bar Use.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/c6.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "c6.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/c6.imageset/c6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/Clean_App_Design/Assets.xcassets/c6.imageset/c6.png -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/clean 2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "clean 2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/clean 2.imageset/clean 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/Clean_App_Design/Assets.xcassets/clean 2.imageset/clean 2.png -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/m.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "m.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/m.imageset/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/Clean_App_Design/Assets.xcassets/m.imageset/m.png -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/m4.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "m4.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/m4.imageset/m4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/Clean_App_Design/Assets.xcassets/m4.imageset/m4.png -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/s2.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "s2.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Assets.xcassets/s2.imageset/s2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/Clean_App_Design/Assets.xcassets/s2.imageset/s2.png -------------------------------------------------------------------------------- /Water Wave Progress/Clean_App_Design/Clean_App_Design.xcdatamodeld/Clean_App_Design.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Water Wave Progress/waterWave_progess.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Water Wave Progress/waterWave_progess.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Water Wave Progress/waterWave_progess.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/Water Wave Progress/waterWave_progess.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Water Wave Progress/waterWave_progess.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /button_2/button_2.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /button_2/button_2.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /button_2/button_2.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/button_2/button_2.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /button_2/button_2.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | button_2.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /button_2/button_2/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /button_2/button_2/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/imageViewCrop/imageViewCrop.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop/Assets.xcassets/26.imageset/26.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/imageViewCrop/imageViewCrop/Assets.xcassets/26.imageset/26.jpeg -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop/Assets.xcassets/26.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "26.jpeg", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /imageViewCrop/imageViewCrop/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/Assets.xcassets/3.imageset/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/scrollZooming/scrollViewZooming/Assets.xcassets/3.imageset/3.png -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/Assets.xcassets/3.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "filename" : "3.png", 5 | "idiom" : "universal", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "author" : "xcode", 19 | "version" : 1 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "platform" : "ios", 6 | "size" : "1024x1024" 7 | } 8 | ], 9 | "info" : { 10 | "author" : "xcode", 11 | "version" : 1 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZooming/scrollViewZooming.xcdatamodeld/scrollViewZooming.xcdatamodel/contents: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZoomingApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZoomingApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /scrollZooming/scrollViewZoomingApp.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/scrollZooming/scrollViewZoomingApp.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /slider_excersise/slider_excersise.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /slider_excersise/slider_excersise.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /slider_excersise/slider_excersise.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/slider_excersise/slider_excersise.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /slider_excersise/slider_excersise/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /slider_excersise/slider_excersise/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /text_field/text_field.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /text_field/text_field.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /text_field/text_field.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Murad9288/Learn_iOS_Project/3198733ee58f58cc19b647572ed78dde5ba9e9aa/text_field/text_field.xcodeproj/project.xcworkspace/xcuserdata/mdmuradhossain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /text_field/text_field.xcodeproj/xcuserdata/mdmuradhossain.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | text_field.xcscheme_^#shared#^_ 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /text_field/text_field/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors" : [ 3 | { 4 | "idiom" : "universal" 5 | } 6 | ], 7 | "info" : { 8 | "author" : "xcode", 9 | "version" : 1 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /text_field/text_field/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | --------------------------------------------------------------------------------