├── QMUI
├── .gitignore
├── QMUIKit
│ ├── QMUIResources
│ │ └── Images.xcassets
│ │ │ ├── Contents.json
│ │ │ ├── QMUI_tips_done.imageset
│ │ │ ├── QMUI_tips_done.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_tips_info.imageset
│ │ │ ├── QMUI_tips_info.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_tips_error.imageset
│ │ │ ├── QMUI_tips_error.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_hiddenAlbum.imageset
│ │ │ ├── QMUI_hiddenAlbum.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_console_logo.imageset
│ │ │ ├── QMUI_console_logo.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_console_clear.imageset
│ │ │ ├── QMUI_console_clear.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_console_filter.imageset
│ │ │ ├── QMUI_console_filter.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_emotion_delete.imageset
│ │ │ ├── QMUI_emotion_delete.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_pickerImage_checkbox.imageset
│ │ │ ├── QMUI_pickerImage_checkbox.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_pickerImage_favorite.imageset
│ │ │ ├── QMUI_pickerImage_favorite.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_icloud_download_fault.imageset
│ │ │ ├── QMUI_icloud_download_fault.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_previewImage_checkbox.imageset
│ │ │ ├── QMUI_previewImage_checkbox.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_pickerImage_video_mark.imageset
│ │ │ ├── QMUI_pickerImage_video_mark.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_console_filter_selected.imageset
│ │ │ ├── QMUI_console_filter_selected.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_pickerImage_checkbox_checked.imageset
│ │ │ ├── QMUI_pickerImage_checkbox_checked.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_previewImage_checkbox_checked.imageset
│ │ │ ├── QMUI_previewImage_checkbox_checked.pdf
│ │ │ └── Contents.json
│ │ │ ├── QMUI_checkbox16.imageset
│ │ │ └── Contents.json
│ │ │ ├── QMUI_checkbox16_checked.imageset
│ │ │ └── Contents.json
│ │ │ ├── QMUI_checkbox16_disabled.imageset
│ │ │ └── Contents.json
│ │ │ └── QMUI_checkbox16_indeterminate.imageset
│ │ │ └── Contents.json
│ └── QMUIComponents
│ │ └── QMUIBadge
│ │ └── QMUIBadgeLabel.h
└── qmui.xcodeproj
│ └── project.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcuserdata
│ └── molice.xcuserdatad
│ │ └── UserInterfaceState.xcuserstate
│ └── xcshareddata
│ └── IDEWorkspaceChecks.plist
├── qmuidemo
├── Images.xcassets
│ ├── Contents.json
│ ├── plus.imageset
│ │ ├── plus@2x.png
│ │ └── plus@3x.png
│ ├── loading.imageset
│ │ ├── loading.pdf
│ │ └── Contents.json
│ ├── AppIcon.appiconset
│ │ ├── app_logo.png
│ │ ├── Icon_tinted.png
│ │ └── app_logo_dark.png
│ ├── emotion_01.imageset
│ │ ├── emotion_01.pdf
│ │ └── Contents.json
│ ├── emotion_02.imageset
│ │ ├── emotion_02.pdf
│ │ └── Contents.json
│ ├── emotion_03.imageset
│ │ ├── emotion_03.pdf
│ │ └── Contents.json
│ ├── emotion_04.imageset
│ │ ├── emotion_04.pdf
│ │ └── Contents.json
│ ├── emotion_05.imageset
│ │ ├── emotion_05.pdf
│ │ └── Contents.json
│ ├── emotion_06.imageset
│ │ ├── emotion_06.pdf
│ │ └── Contents.json
│ ├── emotion_07.imageset
│ │ ├── emotion_07.pdf
│ │ └── Contents.json
│ ├── emotion_08.imageset
│ │ ├── emotion_08.pdf
│ │ └── Contents.json
│ ├── arrowRight.imageset
│ │ ├── arrowRight@2x.png
│ │ └── arrowRight@3x.png
│ ├── launch_logo.imageset
│ │ ├── launch_logo.pdf
│ │ └── Contents.json
│ ├── icon_emotion.imageset
│ │ ├── icon_emotion.pdf
│ │ └── Contents.json
│ ├── loading_small.imageset
│ │ ├── loading_small.pdf
│ │ └── Contents.json
│ ├── icon_grid_blur.imageset
│ │ ├── icon_grid_blur.pdf
│ │ └── Contents.json
│ ├── icon_grid_cell.imageset
│ │ ├── icon_grid_cell.pdf
│ │ └── Contents.json
│ ├── icon_grid_font.imageset
│ │ ├── icon_grid_font.pdf
│ │ └── Contents.json
│ ├── icon_grid_view.imageset
│ │ ├── icon_grid_view.pdf
│ │ └── Contents.json
│ ├── icon_nav_about.imageset
│ │ ├── icon_nav_about.pdf
│ │ └── Contents.json
│ ├── icon_grid_alert.imageset
│ │ ├── icon_grid_alert.pdf
│ │ └── Contents.json
│ ├── icon_grid_badge.imageset
│ │ ├── icon_grid_badge.pdf
│ │ └── Contents.json
│ ├── icon_grid_color.imageset
│ │ ├── icon_grid_color.pdf
│ │ └── Contents.json
│ ├── icon_grid_image.imageset
│ │ ├── icon_grid_image.pdf
│ │ └── Contents.json
│ ├── icon_grid_label.imageset
│ │ ├── icon_grid_label.pdf
│ │ └── Contents.json
│ ├── icon_grid_modal.imageset
│ │ ├── icon_grid_modal.pdf
│ │ └── Contents.json
│ ├── icon_grid_sheet.imageset
│ │ ├── icon_grid_sheet.pdf
│ │ └── Contents.json
│ ├── icon_grid_theme.imageset
│ │ ├── icon_grid_theme.pdf
│ │ └── Contents.json
│ ├── icon_grid_toast.imageset
│ │ ├── icon_grid_toast.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_lab.imageset
│ │ ├── icon_tabbar_lab.pdf
│ │ └── Contents.json
│ ├── icon_grid_button.imageset
│ │ ├── icon_grid_button.pdf
│ │ └── Contents.json
│ ├── icon_grid_dialog.imageset
│ │ ├── icon_grid_dialog.pdf
│ │ └── Contents.json
│ ├── icon_grid_search.imageset
│ │ ├── icon_grid_search.pdf
│ │ └── Contents.json
│ ├── icon_grid_slider.imageset
│ │ ├── icon_grid_slider.pdf
│ │ └── Contents.json
│ ├── icon_grid_tabBar.imageset
│ │ ├── icon_grid_tabBar.pdf
│ │ └── Contents.json
│ ├── icon_grid_checkbox.imageset
│ │ ├── icon_grid_checkbox.pdf
│ │ └── Contents.json
│ ├── icon_grid_console.imageset
│ │ ├── icon_grid_console.pdf
│ │ └── Contents.json
│ ├── icon_grid_control.imageset
│ │ ├── icon_grid_control.pdf
│ │ └── Contents.json
│ ├── icon_grid_gridView.imageset
│ │ ├── icon_grid_gridView.pdf
│ │ └── Contents.json
│ ├── icon_grid_keyboard.imageset
│ │ ├── icon_grid_keyboard.pdf
│ │ └── Contents.json
│ ├── icon_grid_marquee.imageset
│ │ ├── icon_grid_marquee.pdf
│ │ └── Contents.json
│ ├── icon_grid_nsobject.imageset
│ │ ├── icon_grid_nsobject.pdf
│ │ └── Contents.json
│ ├── icon_grid_textView.imageset
│ │ ├── icon_grid_textView.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_uikit.imageset
│ │ ├── icon_tabbar_uikit.pdf
│ │ └── Contents.json
│ ├── icon_grid_emptyView.imageset
│ │ ├── icon_grid_emptyView.pdf
│ │ └── Contents.json
│ ├── icon_grid_floatView.imageset
│ │ ├── icon_grid_floatView.pdf
│ │ └── Contents.json
│ ├── icon_grid_imageView.imageset
│ │ ├── icon_grid_imageView.pdf
│ │ └── Contents.json
│ ├── icon_grid_popupView.imageset
│ │ ├── icon_grid_popupView.pdf
│ │ └── Contents.json
│ ├── icon_grid_segmented.imageset
│ │ ├── icon_grid_segmented.pdf
│ │ └── Contents.json
│ ├── icon_grid_textField.imageset
│ │ ├── icon_grid_textField.pdf
│ │ └── Contents.json
│ ├── icon_grid_titleView.imageset
│ │ ├── icon_grid_titleView.pdf
│ │ └── Contents.json
│ ├── icon_grid_collection.imageset
│ │ ├── icon_grid_collection.pdf
│ │ └── Contents.json
│ ├── icon_grid_navigation.imageset
│ │ ├── icon_grid_navigation.pdf
│ │ └── Contents.json
│ ├── about_logo_monochrome.imageset
│ │ ├── about_logo_monochrome.pdf
│ │ └── Contents.json
│ ├── icon_grid_caanimation.imageset
│ │ ├── icon_grid_caanimation.pdf
│ │ └── Contents.json
│ ├── icon_grid_emotionView.imageset
│ │ ├── icon_grid_emotionView.pdf
│ │ └── Contents.json
│ ├── icon_grid_orientation.imageset
│ │ ├── icon_grid_orientation.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_component.imageset
│ │ ├── icon_tabbar_component.pdf
│ │ └── Contents.json
│ ├── origin_image_checkbox.imageset
│ │ ├── origin_image_checkbox.pdf
│ │ └── Contents.json
│ ├── icon_grid_assetsManager.imageset
│ │ ├── icon_grid_assetsManager.pdf
│ │ └── Contents.json
│ ├── icon_grid_cellKeyCache.imageset
│ │ ├── icon_grid_cellKeyCache.pdf
│ │ └── Contents.json
│ ├── icon_grid_moreOperation.imageset
│ │ ├── icon_grid_moreOperation.pdf
│ │ └── Contents.json
│ ├── icon_grid_pickingImage.imageset
│ │ ├── icon_grid_pickingImage.pdf
│ │ └── Contents.json
│ ├── icon_grid_previewImage.imageset
│ │ ├── icon_grid_previewImage.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_add.imageset
│ │ ├── icon_moreOperation_add.pdf
│ │ └── Contents.json
│ ├── icon_grid_scrollAnimator.imageset
│ │ ├── icon_grid_scrollAnimator.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_lab_selected.imageset
│ │ ├── icon_tabbar_lab_selected.pdf
│ │ └── Contents.json
│ ├── icon_grid_pieProgressView.imageset
│ │ ├── icon_grid_pieProgressView.pdf
│ │ └── Contents.json
│ ├── icon_grid_staticTableView.imageset
│ │ ├── icon_grid_staticTableView.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_remove.imageset
│ │ ├── icon_moreOperation_remove.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_report.imageset
│ │ ├── icon_moreOperation_report.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_collect.imageset
│ │ ├── icon_moreOperation_collect.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_uikit_selected.imageset
│ │ ├── icon_tabbar_uikit_selected.pdf
│ │ └── Contents.json
│ ├── icon_grid_multipleDelegates.imageset
│ │ ├── icon_grid_multipleDelegates.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_shareChat.imageset
│ │ ├── icon_moreOperation_shareChat.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_notCollect.imageset
│ │ ├── icon_moreOperation_notCollect.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_shareQzone.imageset
│ │ ├── icon_moreOperation_shareQzone.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_shareWeibo.imageset
│ │ ├── icon_moreOperation_shareWeibo.pdf
│ │ └── Contents.json
│ ├── origin_image_checkbox_checked.imageset
│ │ ├── origin_image_checkbox_checked.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_shareFriend.imageset
│ │ ├── icon_moreOperation_shareFriend.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_shareMoment.imageset
│ │ ├── icon_moreOperation_shareMoment.pdf
│ │ └── Contents.json
│ ├── icon_tabbar_component_selected.imageset
│ │ ├── icon_tabbar_component_selected.pdf
│ │ └── Contents.json
│ ├── icon_moreOperation_openInSafari.imageset
│ │ ├── icon_moreOperation_openInSafari.pdf
│ │ └── Contents.json
│ └── popover_container_arrow.imageset
│ │ └── Contents.json
├── Resources
│ └── images
│ │ ├── image0@2x.png
│ │ ├── image1@2x.png
│ │ ├── image2@2x.png
│ │ ├── image3@2x.png
│ │ ├── image4@2x.png
│ │ ├── image5@2x.png
│ │ ├── image6@2x.png
│ │ └── animatedImage.gif
├── en.lproj
│ └── LaunchScreen.strings
├── zh-Hans.lproj
│ ├── LaunchScreen.strings
│ └── Localizable.strings
├── Frameworks
│ └── LookinServer.xcframework
│ │ ├── ios-arm64_armv7
│ │ └── LookinServer.framework
│ │ │ ├── Modules
│ │ │ └── module.modulemap
│ │ │ ├── Info.plist
│ │ │ ├── LookinServer
│ │ │ ├── en.lproj
│ │ │ └── Localizable.strings
│ │ │ ├── zh-Hans.lproj
│ │ │ └── Localizable.strings
│ │ │ └── LookinServerImages.bundle
│ │ │ ├── hierarchy_label@2x.png
│ │ │ ├── hierarchy_label@3x.png
│ │ │ ├── hierarchy_layer@2x.png
│ │ │ ├── hierarchy_layer@3x.png
│ │ │ ├── hierarchy_view@2x.png
│ │ │ ├── hierarchy_view@3x.png
│ │ │ ├── hierarchy_button@2x.png
│ │ │ ├── hierarchy_button@3x.png
│ │ │ ├── hierarchy_control@2x.png
│ │ │ ├── hierarchy_control@3x.png
│ │ │ ├── hierarchy_slider@2x.png
│ │ │ ├── hierarchy_slider@3x.png
│ │ │ ├── hierarchy_tabbar@2x.png
│ │ │ ├── hierarchy_tabbar@3x.png
│ │ │ ├── hierarchy_textview@2x.png
│ │ │ ├── hierarchy_textview@3x.png
│ │ │ ├── hierarchy_webview@2x.png
│ │ │ ├── hierarchy_webview@3x.png
│ │ │ ├── hierarchy_window@2x.png
│ │ │ ├── hierarchy_window@3x.png
│ │ │ ├── hierarchy_controller@2x.png
│ │ │ ├── hierarchy_controller@3x.png
│ │ │ ├── hierarchy_imageview@2x.png
│ │ │ ├── hierarchy_imageview@3x.png
│ │ │ ├── hierarchy_scrollview@2x.png
│ │ │ ├── hierarchy_scrollview@3x.png
│ │ │ ├── hierarchy_shapelayer@2x.png
│ │ │ ├── hierarchy_shapelayer@3x.png
│ │ │ ├── hierarchy_tablecell@2x.png
│ │ │ ├── hierarchy_tablecell@3x.png
│ │ │ ├── hierarchy_tableview@2x.png
│ │ │ ├── hierarchy_tableview@3x.png
│ │ │ ├── hierarchy_textfield@2x.png
│ │ │ ├── hierarchy_textfield@3x.png
│ │ │ ├── hierarchy_cellcontent@2x.png
│ │ │ ├── hierarchy_cellcontent@3x.png
│ │ │ ├── hierarchy_gradientlayer@2x.png
│ │ │ ├── hierarchy_gradientlayer@3x.png
│ │ │ ├── hierarchy_navigationbar@2x.png
│ │ │ ├── hierarchy_navigationbar@3x.png
│ │ │ ├── hierarchy_view_selected@2x.png
│ │ │ ├── hierarchy_view_selected@3x.png
│ │ │ ├── hierarchy_button_selected@2x.png
│ │ │ ├── hierarchy_button_selected@3x.png
│ │ │ ├── hierarchy_collectioncell@2x.png
│ │ │ ├── hierarchy_collectioncell@3x.png
│ │ │ ├── hierarchy_collectionview@2x.png
│ │ │ ├── hierarchy_collectionview@3x.png
│ │ │ ├── hierarchy_label_selected@2x.png
│ │ │ ├── hierarchy_label_selected@3x.png
│ │ │ ├── hierarchy_layer_selected@2x.png
│ │ │ ├── hierarchy_layer_selected@3x.png
│ │ │ ├── hierarchy_slider_selected@2x.png
│ │ │ ├── hierarchy_slider_selected@3x.png
│ │ │ ├── hierarchy_tabbar_selected@2x.png
│ │ │ ├── hierarchy_tabbar_selected@3x.png
│ │ │ ├── hierarchy_control_selected@2x.png
│ │ │ ├── hierarchy_control_selected@3x.png
│ │ │ ├── hierarchy_imageview_selected@2x.png
│ │ │ ├── hierarchy_imageview_selected@3x.png
│ │ │ ├── hierarchy_tablecell_selected@2x.png
│ │ │ ├── hierarchy_tablecell_selected@3x.png
│ │ │ ├── hierarchy_tablecellseparator@2x.png
│ │ │ ├── hierarchy_tablecellseparator@3x.png
│ │ │ ├── hierarchy_tableheaderfooter@2x.png
│ │ │ ├── hierarchy_tableheaderfooter@3x.png
│ │ │ ├── hierarchy_tableview_selected@2x.png
│ │ │ ├── hierarchy_tableview_selected@3x.png
│ │ │ ├── hierarchy_textfield_selected@2x.png
│ │ │ ├── hierarchy_textfield_selected@3x.png
│ │ │ ├── hierarchy_textview_selected@2x.png
│ │ │ ├── hierarchy_textview_selected@3x.png
│ │ │ ├── hierarchy_webview_selected@2x.png
│ │ │ ├── hierarchy_webview_selected@3x.png
│ │ │ ├── hierarchy_cellcontent_selected@2x.png
│ │ │ ├── hierarchy_cellcontent_selected@3x.png
│ │ │ ├── hierarchy_collectionreuseview@2x.png
│ │ │ ├── hierarchy_collectionreuseview@3x.png
│ │ │ ├── hierarchy_scrollview_selected@2x.png
│ │ │ ├── hierarchy_scrollview_selected@3x.png
│ │ │ ├── hierarchy_shapelayer_selected@2x.png
│ │ │ ├── hierarchy_shapelayer_selected@3x.png
│ │ │ ├── hierarchy_collectioncell_selected@2x.png
│ │ │ ├── hierarchy_collectioncell_selected@3x.png
│ │ │ ├── hierarchy_collectionview_selected@2x.png
│ │ │ ├── hierarchy_collectionview_selected@3x.png
│ │ │ ├── hierarchy_gradientlayer_selected@2x.png
│ │ │ ├── hierarchy_gradientlayer_selected@3x.png
│ │ │ ├── hierarchy_navigationbar_selected@2x.png
│ │ │ ├── hierarchy_navigationbar_selected@3x.png
│ │ │ ├── hierarchy_collectionreuseview_selected@2x.png
│ │ │ ├── hierarchy_collectionreuseview_selected@3x.png
│ │ │ ├── hierarchy_tablecellseparator_selected@2x.png
│ │ │ ├── hierarchy_tablecellseparator_selected@3x.png
│ │ │ ├── hierarchy_tableheaderfooter_selected@2x.png
│ │ │ └── hierarchy_tableheaderfooter_selected@3x.png
│ │ └── ios-arm64_x86_64-simulator
│ │ └── LookinServer.framework
│ │ ├── Modules
│ │ └── module.modulemap
│ │ ├── Info.plist
│ │ ├── LookinServer
│ │ ├── en.lproj
│ │ └── Localizable.strings
│ │ ├── zh-Hans.lproj
│ │ └── Localizable.strings
│ │ └── LookinServerImages.bundle
│ │ ├── hierarchy_view@2x.png
│ │ ├── hierarchy_view@3x.png
│ │ ├── hierarchy_button@2x.png
│ │ ├── hierarchy_button@3x.png
│ │ ├── hierarchy_control@2x.png
│ │ ├── hierarchy_control@3x.png
│ │ ├── hierarchy_label@2x.png
│ │ ├── hierarchy_label@3x.png
│ │ ├── hierarchy_layer@2x.png
│ │ ├── hierarchy_layer@3x.png
│ │ ├── hierarchy_slider@2x.png
│ │ ├── hierarchy_slider@3x.png
│ │ ├── hierarchy_tabbar@2x.png
│ │ ├── hierarchy_tabbar@3x.png
│ │ ├── hierarchy_webview@2x.png
│ │ ├── hierarchy_webview@3x.png
│ │ ├── hierarchy_window@2x.png
│ │ ├── hierarchy_window@3x.png
│ │ ├── hierarchy_imageview@2x.png
│ │ ├── hierarchy_imageview@3x.png
│ │ ├── hierarchy_tablecell@2x.png
│ │ ├── hierarchy_tablecell@3x.png
│ │ ├── hierarchy_tableview@2x.png
│ │ ├── hierarchy_tableview@3x.png
│ │ ├── hierarchy_textfield@2x.png
│ │ ├── hierarchy_textfield@3x.png
│ │ ├── hierarchy_textview@2x.png
│ │ ├── hierarchy_textview@3x.png
│ │ ├── hierarchy_cellcontent@2x.png
│ │ ├── hierarchy_cellcontent@3x.png
│ │ ├── hierarchy_controller@2x.png
│ │ ├── hierarchy_controller@3x.png
│ │ ├── hierarchy_scrollview@2x.png
│ │ ├── hierarchy_scrollview@3x.png
│ │ ├── hierarchy_shapelayer@2x.png
│ │ ├── hierarchy_shapelayer@3x.png
│ │ ├── hierarchy_collectioncell@2x.png
│ │ ├── hierarchy_collectioncell@3x.png
│ │ ├── hierarchy_collectionview@2x.png
│ │ ├── hierarchy_collectionview@3x.png
│ │ ├── hierarchy_gradientlayer@2x.png
│ │ ├── hierarchy_gradientlayer@3x.png
│ │ ├── hierarchy_label_selected@2x.png
│ │ ├── hierarchy_label_selected@3x.png
│ │ ├── hierarchy_layer_selected@2x.png
│ │ ├── hierarchy_layer_selected@3x.png
│ │ ├── hierarchy_navigationbar@2x.png
│ │ ├── hierarchy_navigationbar@3x.png
│ │ ├── hierarchy_view_selected@2x.png
│ │ ├── hierarchy_view_selected@3x.png
│ │ ├── hierarchy_button_selected@2x.png
│ │ ├── hierarchy_button_selected@3x.png
│ │ ├── hierarchy_control_selected@2x.png
│ │ ├── hierarchy_control_selected@3x.png
│ │ ├── hierarchy_slider_selected@2x.png
│ │ ├── hierarchy_slider_selected@3x.png
│ │ ├── hierarchy_tabbar_selected@2x.png
│ │ ├── hierarchy_tabbar_selected@3x.png
│ │ ├── hierarchy_tableheaderfooter@2x.png
│ │ ├── hierarchy_tableheaderfooter@3x.png
│ │ ├── hierarchy_textview_selected@2x.png
│ │ ├── hierarchy_textview_selected@3x.png
│ │ ├── hierarchy_webview_selected@2x.png
│ │ ├── hierarchy_webview_selected@3x.png
│ │ ├── hierarchy_collectionreuseview@2x.png
│ │ ├── hierarchy_collectionreuseview@3x.png
│ │ ├── hierarchy_imageview_selected@2x.png
│ │ ├── hierarchy_imageview_selected@3x.png
│ │ ├── hierarchy_scrollview_selected@2x.png
│ │ ├── hierarchy_scrollview_selected@3x.png
│ │ ├── hierarchy_shapelayer_selected@2x.png
│ │ ├── hierarchy_shapelayer_selected@3x.png
│ │ ├── hierarchy_tablecell_selected@2x.png
│ │ ├── hierarchy_tablecell_selected@3x.png
│ │ ├── hierarchy_tablecellseparator@2x.png
│ │ ├── hierarchy_tablecellseparator@3x.png
│ │ ├── hierarchy_tableview_selected@2x.png
│ │ ├── hierarchy_tableview_selected@3x.png
│ │ ├── hierarchy_textfield_selected@2x.png
│ │ ├── hierarchy_textfield_selected@3x.png
│ │ ├── hierarchy_cellcontent_selected@2x.png
│ │ ├── hierarchy_cellcontent_selected@3x.png
│ │ ├── hierarchy_gradientlayer_selected@2x.png
│ │ ├── hierarchy_gradientlayer_selected@3x.png
│ │ ├── hierarchy_navigationbar_selected@2x.png
│ │ ├── hierarchy_navigationbar_selected@3x.png
│ │ ├── hierarchy_collectioncell_selected@2x.png
│ │ ├── hierarchy_collectioncell_selected@3x.png
│ │ ├── hierarchy_collectionview_selected@2x.png
│ │ ├── hierarchy_collectionview_selected@3x.png
│ │ ├── hierarchy_tablecellseparator_selected@2x.png
│ │ ├── hierarchy_tablecellseparator_selected@3x.png
│ │ ├── hierarchy_tableheaderfooter_selected@2x.png
│ │ ├── hierarchy_tableheaderfooter_selected@3x.png
│ │ ├── hierarchy_collectionreuseview_selected@2x.png
│ │ └── hierarchy_collectionreuseview_selected@3x.png
├── Modules
│ ├── Demos
│ │ ├── Components
│ │ │ ├── QDCustomToastAnimator.h
│ │ │ ├── QDGridViewController.h
│ │ │ ├── QDThemeViewController.h
│ │ │ ├── QDEmotionsViewController.h
│ │ │ ├── QDEmptyViewController.h
│ │ │ ├── QDKeyboardViewController.h
│ │ │ ├── QDBadgeViewController.h
│ │ │ ├── QDDialogViewController.h
│ │ │ ├── QDFloatLayoutViewController.h
│ │ │ ├── QDMarqueeLabelViewController.h
│ │ │ ├── QDPieProgressViewController.h
│ │ │ ├── QDToastListViewController.h
│ │ │ ├── QDComponentsViewController.h
│ │ │ ├── QDImagePreviewViewController1.h
│ │ │ ├── QDImagePreviewViewController2.h
│ │ │ ├── QDPopupContainerViewController.h
│ │ │ ├── QDAssetsManagerViewController.h
│ │ │ ├── QDStaticTableViewController.h
│ │ │ ├── QDThemeExampleView.h
│ │ │ ├── QDCellSizeKeyCacheViewController.h
│ │ │ ├── QDMultipleDelegatesViewController.h
│ │ │ ├── QDNavigationTitleViewController.h
│ │ │ ├── QDCollectionStackDemoViewController.h
│ │ │ ├── QDSaveImageToSpecifiedAlbumViewController.h
│ │ │ ├── QDSaveVideoToSpecifiedAlbumViewController.h
│ │ │ ├── QDConsoleViewController.h
│ │ │ ├── QDCheckboxViewController.h
│ │ │ ├── QDLayouterViewController.h
│ │ │ ├── QDPopupMenuViewController.h
│ │ │ ├── QDModalPresentationViewController.h
│ │ │ └── QDSheetPresentationViewController.h
│ │ ├── Lab
│ │ │ ├── QDLabViewController.h
│ │ │ ├── Animation
│ │ │ │ ├── QDAllAnimationViewController.h
│ │ │ │ ├── QDCAShapeLoadingViewController.h
│ │ │ │ ├── QDReplicatorLayerViewController.h
│ │ │ │ └── QDRippleAnimationViewController.h
│ │ │ ├── QDAllSystemFontsViewController.h
│ │ │ ├── QDFontPointSizeAndLineHeightViewController.h
│ │ │ ├── QDBackBarButtonViewController.h
│ │ │ └── QDInteractiveDebugViewController.h
│ │ ├── UIKit
│ │ │ ├── QDLabelViewController.h
│ │ │ ├── QDTextViewController.h
│ │ │ ├── QDAlertController.h
│ │ │ ├── QDImageViewController.h
│ │ │ ├── QDSliderViewController.h
│ │ │ ├── QDButtonViewController.h
│ │ │ ├── QDSearchViewController.h
│ │ │ ├── QDTextFieldViewController.h
│ │ │ ├── QDUIKitViewController.h
│ │ │ ├── QDFontViewController.h
│ │ │ ├── QDObjectViewController.h
│ │ │ ├── QDCAAnimationViewController.h
│ │ │ ├── QDUIViewBorderViewController.h
│ │ │ ├── QDUIViewDebugViewController.h
│ │ │ ├── QDUIViewLayoutViewController.h
│ │ │ ├── QDNormalButtonViewController.h
│ │ │ ├── QDTabBarDemoViewController.h
│ │ │ ├── QDButtonEdgeInsetsViewController.h
│ │ │ ├── QDNavigationListViewController.h
│ │ │ ├── QDToolBarButtonViewController.h
│ │ │ ├── QDNavigationTransitionViewController.h
│ │ │ ├── QDInterceptBackButtonEventViewController.h
│ │ │ ├── QDNavigationButtonViewController.h
│ │ │ ├── QDControlViewController.h
│ │ │ ├── QDTableViewCellAccessoryTypeViewController.h
│ │ │ ├── QDBlurEffectViewController.h
│ │ │ ├── QDImageViewViewController.h
│ │ │ ├── QDSearchBarViewController.h
│ │ │ ├── QDTableViewCellInsetsViewController.h
│ │ │ ├── QDLargeTitlesViewController.h
│ │ │ └── QDObjectMethodsListViewController.h
│ │ └── About
│ │ │ └── QDAboutViewController.h
│ ├── Common
│ │ ├── Controllers
│ │ │ ├── QDCommonViewController.h
│ │ │ ├── QDNavigationController.h
│ │ │ ├── QDTabBarViewController.h
│ │ │ ├── QDCommonTableViewController.h
│ │ │ ├── QDNavigationController.m
│ │ │ └── QDTabBarViewController.m
│ │ ├── Configuration
│ │ │ ├── QMUIConfigurationTemplateDark.h
│ │ │ ├── QMUIConfigurationTemplateGrass.h
│ │ │ ├── QMUIConfigurationTemplatePinkRose.h
│ │ │ └── QMUIConfigurationTemplateGrapefruit.h
│ │ └── LookinConfig
│ │ │ └── LookinConfig.h
│ └── Debug
│ │ ├── NSObject+QDSafe.h
│ │ └── QDHookViewController.h
├── AppDelegate.h
└── main.m
├── .github
└── ISSUE_TEMPLATE.md
├── qmuidemo.xcodeproj
└── project.xcworkspace
│ └── contents.xcworkspacedata
└── QMUIKeyboard
├── Common
└── Common.h
└── KeyboardViewController.h
/QMUI/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | .xcuserdatad
3 | xcuserdata
4 |
5 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image0@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image0@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image1@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image1@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image2@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image2@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image3@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image3@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image4@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image4@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image5@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image5@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/image6@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/image6@2x.png
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/qmuidemo/Resources/images/animatedImage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Resources/images/animatedImage.gif
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/plus.imageset/plus@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/plus.imageset/plus@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/plus.imageset/plus@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/plus.imageset/plus@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/loading.imageset/loading.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/loading.imageset/loading.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/AppIcon.appiconset/app_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/AppIcon.appiconset/app_logo.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/AppIcon.appiconset/Icon_tinted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/AppIcon.appiconset/Icon_tinted.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_01.imageset/emotion_01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_01.imageset/emotion_01.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_02.imageset/emotion_02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_02.imageset/emotion_02.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_03.imageset/emotion_03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_03.imageset/emotion_03.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_04.imageset/emotion_04.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_04.imageset/emotion_04.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_05.imageset/emotion_05.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_05.imageset/emotion_05.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_06.imageset/emotion_06.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_06.imageset/emotion_06.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_07.imageset/emotion_07.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_07.imageset/emotion_07.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_08.imageset/emotion_08.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/emotion_08.imageset/emotion_08.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/AppIcon.appiconset/app_logo_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/AppIcon.appiconset/app_logo_dark.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/arrowRight.imageset/arrowRight@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/arrowRight.imageset/arrowRight@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/arrowRight.imageset/arrowRight@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/arrowRight.imageset/arrowRight@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/launch_logo.imageset/launch_logo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/launch_logo.imageset/launch_logo.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_emotion.imageset/icon_emotion.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_emotion.imageset/icon_emotion.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/loading_small.imageset/loading_small.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/loading_small.imageset/loading_small.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_blur.imageset/icon_grid_blur.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_blur.imageset/icon_grid_blur.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_cell.imageset/icon_grid_cell.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_cell.imageset/icon_grid_cell.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_font.imageset/icon_grid_font.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_font.imageset/icon_grid_font.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_view.imageset/icon_grid_view.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_view.imageset/icon_grid_view.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_nav_about.imageset/icon_nav_about.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_nav_about.imageset/icon_nav_about.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_alert.imageset/icon_grid_alert.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_alert.imageset/icon_grid_alert.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_badge.imageset/icon_grid_badge.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_badge.imageset/icon_grid_badge.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_color.imageset/icon_grid_color.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_color.imageset/icon_grid_color.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_image.imageset/icon_grid_image.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_image.imageset/icon_grid_image.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_label.imageset/icon_grid_label.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_label.imageset/icon_grid_label.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_modal.imageset/icon_grid_modal.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_modal.imageset/icon_grid_modal.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_sheet.imageset/icon_grid_sheet.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_sheet.imageset/icon_grid_sheet.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_theme.imageset/icon_grid_theme.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_theme.imageset/icon_grid_theme.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_toast.imageset/icon_grid_toast.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_toast.imageset/icon_grid_toast.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_lab.imageset/icon_tabbar_lab.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_lab.imageset/icon_tabbar_lab.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_button.imageset/icon_grid_button.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_button.imageset/icon_grid_button.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_dialog.imageset/icon_grid_dialog.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_dialog.imageset/icon_grid_dialog.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_search.imageset/icon_grid_search.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_search.imageset/icon_grid_search.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_slider.imageset/icon_grid_slider.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_slider.imageset/icon_grid_slider.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_tabBar.imageset/icon_grid_tabBar.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_tabBar.imageset/icon_grid_tabBar.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_checkbox.imageset/icon_grid_checkbox.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_checkbox.imageset/icon_grid_checkbox.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_console.imageset/icon_grid_console.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_console.imageset/icon_grid_console.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_control.imageset/icon_grid_control.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_control.imageset/icon_grid_control.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_gridView.imageset/icon_grid_gridView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_gridView.imageset/icon_grid_gridView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_keyboard.imageset/icon_grid_keyboard.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_keyboard.imageset/icon_grid_keyboard.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_marquee.imageset/icon_grid_marquee.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_marquee.imageset/icon_grid_marquee.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_nsobject.imageset/icon_grid_nsobject.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_nsobject.imageset/icon_grid_nsobject.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_textView.imageset/icon_grid_textView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_textView.imageset/icon_grid_textView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_uikit.imageset/icon_tabbar_uikit.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_uikit.imageset/icon_tabbar_uikit.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_emptyView.imageset/icon_grid_emptyView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_emptyView.imageset/icon_grid_emptyView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_floatView.imageset/icon_grid_floatView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_floatView.imageset/icon_grid_floatView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_imageView.imageset/icon_grid_imageView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_imageView.imageset/icon_grid_imageView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_popupView.imageset/icon_grid_popupView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_popupView.imageset/icon_grid_popupView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_segmented.imageset/icon_grid_segmented.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_segmented.imageset/icon_grid_segmented.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_textField.imageset/icon_grid_textField.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_textField.imageset/icon_grid_textField.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_titleView.imageset/icon_grid_titleView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_titleView.imageset/icon_grid_titleView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_collection.imageset/icon_grid_collection.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_collection.imageset/icon_grid_collection.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_navigation.imageset/icon_grid_navigation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_navigation.imageset/icon_grid_navigation.pdf
--------------------------------------------------------------------------------
/qmuidemo/en.lproj/LaunchScreen.strings:
--------------------------------------------------------------------------------
1 |
2 | /* Class = "UILabel"; text = "© 2018 QMUI Team All Rights Reserved."; ObjectID = "v3q-1s-6u4"; */
3 | "v3q-1s-6u4.text" = "© 2024 QMUI Team All Rights Reserved.";
4 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/about_logo_monochrome.imageset/about_logo_monochrome.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/about_logo_monochrome.imageset/about_logo_monochrome.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_caanimation.imageset/icon_grid_caanimation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_caanimation.imageset/icon_grid_caanimation.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_emotionView.imageset/icon_grid_emotionView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_emotionView.imageset/icon_grid_emotionView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_orientation.imageset/icon_grid_orientation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_orientation.imageset/icon_grid_orientation.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_component.imageset/icon_tabbar_component.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_component.imageset/icon_tabbar_component.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/origin_image_checkbox.imageset/origin_image_checkbox.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/origin_image_checkbox.imageset/origin_image_checkbox.pdf
--------------------------------------------------------------------------------
/qmuidemo/zh-Hans.lproj/LaunchScreen.strings:
--------------------------------------------------------------------------------
1 |
2 | /* Class = "UILabel"; text = "© 2018 QMUI Team All Rights Reserved."; ObjectID = "v3q-1s-6u4"; */
3 | "v3q-1s-6u4.text" = "© 2024 QMUI Team All Rights Reserved.";
4 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/QMUI_tips_done.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/QMUI_tips_done.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/QMUI_tips_info.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/QMUI_tips_info.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_assetsManager.imageset/icon_grid_assetsManager.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_assetsManager.imageset/icon_grid_assetsManager.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_cellKeyCache.imageset/icon_grid_cellKeyCache.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_cellKeyCache.imageset/icon_grid_cellKeyCache.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_moreOperation.imageset/icon_grid_moreOperation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_moreOperation.imageset/icon_grid_moreOperation.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_pickingImage.imageset/icon_grid_pickingImage.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_pickingImage.imageset/icon_grid_pickingImage.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_previewImage.imageset/icon_grid_previewImage.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_previewImage.imageset/icon_grid_previewImage.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_add.imageset/icon_moreOperation_add.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_add.imageset/icon_moreOperation_add.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/QMUI_tips_error.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/QMUI_tips_error.pdf
--------------------------------------------------------------------------------
/QMUI/qmui.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_scrollAnimator.imageset/icon_grid_scrollAnimator.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_scrollAnimator.imageset/icon_grid_scrollAnimator.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_lab_selected.imageset/icon_tabbar_lab_selected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_lab_selected.imageset/icon_tabbar_lab_selected.pdf
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | ### 运行环境 ###
2 |
3 | - [x] iOS 设备:`iPhone` / `iPad` / `模拟器`
4 | - [x] 系统版本:`iOS 10.x`
5 | - [x] Xcode 版本:`8.x`
6 | - [x] QMUI iOS 版本:`1.x.x`
7 |
8 | ### 具体问题描述 ###
9 |
10 | #### 问题截图 ####
11 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/QMUI_hiddenAlbum.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/QMUI_hiddenAlbum.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_pieProgressView.imageset/icon_grid_pieProgressView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_pieProgressView.imageset/icon_grid_pieProgressView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_staticTableView.imageset/icon_grid_staticTableView.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_staticTableView.imageset/icon_grid_staticTableView.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_remove.imageset/icon_moreOperation_remove.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_remove.imageset/icon_moreOperation_remove.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_report.imageset/icon_moreOperation_report.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_report.imageset/icon_moreOperation_report.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/QMUI_console_logo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/QMUI_console_logo.pdf
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module LookinServer {
2 | umbrella header "LookinServer.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_collect.imageset/icon_moreOperation_collect.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_collect.imageset/icon_moreOperation_collect.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_uikit_selected.imageset/icon_tabbar_uikit_selected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_uikit_selected.imageset/icon_tabbar_uikit_selected.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/QMUI_console_clear.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/QMUI_console_clear.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/QMUI_console_filter.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/QMUI_console_filter.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/QMUI_emotion_delete.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/QMUI_emotion_delete.pdf
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/Info.plist
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_multipleDelegates.imageset/icon_grid_multipleDelegates.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_grid_multipleDelegates.imageset/icon_grid_multipleDelegates.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareChat.imageset/icon_moreOperation_shareChat.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_shareChat.imageset/icon_moreOperation_shareChat.pdf
--------------------------------------------------------------------------------
/qmuidemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServer
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/Modules/module.modulemap:
--------------------------------------------------------------------------------
1 | framework module LookinServer {
2 | umbrella header "LookinServer.h"
3 |
4 | export *
5 | module * { export * }
6 | }
7 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_notCollect.imageset/icon_moreOperation_notCollect.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_notCollect.imageset/icon_moreOperation_notCollect.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareQzone.imageset/icon_moreOperation_shareQzone.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_shareQzone.imageset/icon_moreOperation_shareQzone.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareWeibo.imageset/icon_moreOperation_shareWeibo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_shareWeibo.imageset/icon_moreOperation_shareWeibo.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/origin_image_checkbox_checked.imageset/origin_image_checkbox_checked.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/origin_image_checkbox_checked.imageset/origin_image_checkbox_checked.pdf
--------------------------------------------------------------------------------
/QMUI/qmui.xcodeproj/project.xcworkspace/xcuserdata/molice.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/qmui.xcodeproj/project.xcworkspace/xcuserdata/molice.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareFriend.imageset/icon_moreOperation_shareFriend.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_shareFriend.imageset/icon_moreOperation_shareFriend.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareMoment.imageset/icon_moreOperation_shareMoment.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_shareMoment.imageset/icon_moreOperation_shareMoment.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_component_selected.imageset/icon_tabbar_component_selected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_tabbar_component_selected.imageset/icon_tabbar_component_selected.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_openInSafari.imageset/icon_moreOperation_openInSafari.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Images.xcassets/icon_moreOperation_openInSafari.imageset/icon_moreOperation_openInSafari.pdf
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/Info.plist:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/Info.plist
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/QMUI_pickerImage_checkbox.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/QMUI_pickerImage_checkbox.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/QMUI_pickerImage_favorite.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/QMUI_pickerImage_favorite.pdf
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServer
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/loading.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "loading.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/QMUI_icloud_download_fault.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/QMUI_icloud_download_fault.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/QMUI_previewImage_checkbox.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/QMUI_previewImage_checkbox.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_01.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_01.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_02.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_02.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_03.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_03.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_04.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_04.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_05.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_05.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_06.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_06.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_07.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_07.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/emotion_08.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "emotion_08.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/QMUI_pickerImage_video_mark.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/QMUI_pickerImage_video_mark.pdf
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/en.lproj/Localizable.strings
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_emotion.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_emotion.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/QMUI_console_filter_selected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/QMUI_console_filter_selected.pdf
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_alert.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_alert.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_badge.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_badge.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_cell.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_cell.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_color.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_color.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_font.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_font.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_image.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_image.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_label.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_label.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_modal.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_modal.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_theme.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_theme.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_toast.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_toast.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_view.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_view.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_nav_about.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_nav_about.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_lab.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_lab.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/launch_logo.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "launch_logo.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/loading_small.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "loading_small.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/zh-Hans.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/zh-Hans.lproj/Localizable.strings
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_blur.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "icon_grid_blur.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_button.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_button.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_console.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_console.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_dialog.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_dialog.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_marquee.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_marquee.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_search.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_search.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_slider.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_slider.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_uikit.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_uikit.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_collection.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_collection.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_control.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "icon_grid_control.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_emptyView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_emptyView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_floatView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_floatView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_gridView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_gridView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_imageView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_imageView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_keyboard.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_keyboard.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_navigation.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_navigation.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_nsobject.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_nsobject.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_popupView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_popupView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_segmented.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_segmented.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_sheet.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "icon_grid_sheet.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_tabBar.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "icon_grid_tabBar.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_textField.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_textField.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_textView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_textView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_titleView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_titleView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_caanimation.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_caanimation.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_cellKeyCache.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_cellKeyCache.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_checkbox.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "icon_grid_checkbox.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_emotionView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_emotionView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_orientation.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_orientation.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_pickingImage.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_pickingImage.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_previewImage.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_previewImage.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_add.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_add.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_component.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_component.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/origin_image_checkbox.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "origin_image_checkbox.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_hiddenAlbum.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_hiddenAlbum.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/QMUI_pickerImage_checkbox_checked.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/QMUI_pickerImage_checkbox_checked.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/QMUI_previewImage_checkbox_checked.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/QMUI_previewImage_checkbox_checked.pdf
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_done.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_tips_done.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_error.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_tips_error.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_tips_info.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_tips_info.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/en.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/en.lproj/Localizable.strings
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/about_logo_monochrome.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "about_logo_monochrome.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_assetsManager.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_assetsManager.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_moreOperation.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_moreOperation.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_pieProgressView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_pieProgressView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_scrollAnimator.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_scrollAnimator.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_staticTableView.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_staticTableView.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_remove.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_remove.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_report.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_report.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_lab_selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_lab_selected.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_clear.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_console_clear.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_grid_multipleDelegates.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_grid_multipleDelegates.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_collect.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_collect.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_uikit_selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_uikit_selected.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/popover_container_arrow.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "popover_container_arrow.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_console_filter.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_logo.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "QMUI_console_logo.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_emotion_delete.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_emotion_delete.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/zh-Hans.lproj/Localizable.strings:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/zh-Hans.lproj/Localizable.strings
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_notCollect.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_notCollect.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareChat.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_shareChat.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareFriend.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_shareFriend.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareMoment.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_shareMoment.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareQzone.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_shareQzone.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_shareWeibo.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_shareWeibo.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_tabbar_component_selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_tabbar_component_selected.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/origin_image_checkbox_checked.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "origin_image_checkbox_checked.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Images.xcassets/icon_moreOperation_openInSafari.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "icon_moreOperation_openInSafari.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDCustomToastAnimator.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCustomToastAnimator.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/12/13.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | @interface QDCustomToastAnimator : QMUIToastAnimator
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_icloud_download_fault.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_icloud_download_fault.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_pickerImage_checkbox.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_favorite.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_pickerImage_favorite.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_previewImage_checkbox.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@3x.png
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_console_filter_selected.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_console_filter_selected.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_video_mark.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_pickerImage_video_mark.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUIKeyboard/Common/Common.h:
--------------------------------------------------------------------------------
1 | //
2 | // Runtime.h
3 | // TestTabBar
4 | //
5 | // Created by MoLice on 2020/M/25.
6 | // Copyright © 2020 MoLice. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "Runtime.h"
11 | #import "NSMethodSignature+QMUI.h"
12 | #import "UIImage+QMUI.h"
13 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDCommonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCommonViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | @interface QDCommonViewController : QMUICommonViewController
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDNavigationController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | @interface QDNavigationController : QMUINavigationController
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDTabBarViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTabBarViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/2.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 |
10 | @interface QDTabBarViewController : QMUITabBarViewController
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_pickerImage_checkbox_checked.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_pickerImage_checkbox_checked.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/QMUIKeyboard/KeyboardViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // KeyboardViewController.h
3 | // QMUIKeyboard
4 | //
5 | // Created by MoLice on 2021/A/31.
6 | // Copyright © 2021 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface KeyboardViewController : UIInputViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view@3x.png
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_previewImage_checkbox_checked.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "QMUI_previewImage_checkbox_checked.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | }
12 | }
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_window@3x.png
--------------------------------------------------------------------------------
/QMUI/qmui.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDCommonTableViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCommonTableViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | @interface QDCommonTableViewController : QMUICommonTableViewController
10 |
11 | @end
12 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_controller@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_label_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_layer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_view_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/QDLabViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDLabViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14/11/5.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDLabViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDLabelViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDLabelViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-7-13.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDLabelViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDTextViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTextViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-8-5.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDTextViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_armv7/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_button_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_control_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_slider_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tabbar_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_webview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/About/QDAboutViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDAboutViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/11/5.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDAboutViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDGridViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDGridViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 15/1/30.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDGridViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_imageview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_scrollview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_shapelayer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecell_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_textfield_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDThemeViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDThemeViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/5/10.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDThemeViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDAlertController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDAlertController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/7/20.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGroupListViewController.h"
10 |
11 | @interface QDAlertController : QDCommonGroupListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDImageViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDImageViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-7-13.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDImageViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDSliderViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSliderViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/6/1.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDSliderViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_cellcontent_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_gradientlayer_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_navigationbar_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDEmotionsViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDEmotionsViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/9/6.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDEmotionsViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDEmptyViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDEmptyViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-7-3.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDEmptyViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDButtonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDButtonViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14/11/6.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDButtonViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDSearchViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSearchViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/5/25.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDSearchViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDTextFieldViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTextFieldViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-8-6.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDTextFieldViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDUIKitViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDUIKitViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/2.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGridViewController.h"
10 |
11 | @interface QDUIKitViewController : QDCommonGridViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectioncell_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDKeyboardViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDKeyboardViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/3/27.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDKeyboardViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDFontViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDFontViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/5/29.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGroupListViewController.h"
10 |
11 | @interface QDFontViewController : QDCommonGroupListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDObjectViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDObjectViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/3/24.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDObjectViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tablecellseparator_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_tableheaderfooter_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Configuration/QMUIConfigurationTemplateDark.h:
--------------------------------------------------------------------------------
1 | //
2 | // QMUIConfigurationTemplate.h
3 | //
4 | // Created by QMUI Team on 15/3/29.
5 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
6 | //
7 |
8 | #import "QMUIConfigurationTemplate.h"
9 |
10 | @interface QMUIConfigurationTemplateDark : QMUIConfigurationTemplate
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Configuration/QMUIConfigurationTemplateGrass.h:
--------------------------------------------------------------------------------
1 | //
2 | // QMUIConfigurationTemplate.h
3 | //
4 | // Created by QMUI Team on 15/3/29.
5 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
6 | //
7 |
8 | #import "QMUIConfigurationTemplate.h"
9 |
10 | @interface QMUIConfigurationTemplateGrass : QMUIConfigurationTemplate
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Debug/NSObject+QDSafe.h:
--------------------------------------------------------------------------------
1 | //
2 | // NSObject+QDSafe.h
3 | // qmuidemo
4 | //
5 | // Created by ziezheng on 2020/6/12.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface NSObject (QDSafe)
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDCAAnimationViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCAAnimationViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2018/7/31.
6 | // Copyright © 2018年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDCAAnimationViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDUIViewBorderViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDUIViewBorderViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/8/8.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDUIViewBorderViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDUIViewDebugViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDUIViewDebugViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/8/8.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDUIViewDebugViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDUIViewLayoutViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDUIViewLayoutViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/8/9.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDUIViewLayoutViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIComponents/QMUIBadge/QMUIBadgeLabel.h:
--------------------------------------------------------------------------------
1 | //
2 | // QMUIBadgeLabel.h
3 | // QMUIKit
4 | //
5 | // Created by molice on 2023/7/26.
6 | // Copyright © 2023 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QMUILabel.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QMUIBadgeLabel : QMUILabel
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@2x.png
--------------------------------------------------------------------------------
/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/QMUI/QMUIDemo_iOS/HEAD/qmuidemo/Frameworks/LookinServer.xcframework/ios-arm64_x86_64-simulator/LookinServer.framework/LookinServerImages.bundle/hierarchy_collectionreuseview_selected@3x.png
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Configuration/QMUIConfigurationTemplatePinkRose.h:
--------------------------------------------------------------------------------
1 | //
2 | // QMUIConfigurationTemplate.h
3 | //
4 | // Created by QMUI Team on 15/3/29.
5 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
6 | //
7 |
8 | #import "QMUIConfigurationTemplate.h"
9 |
10 | @interface QMUIConfigurationTemplatePinkRose : QMUIConfigurationTemplate
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDBadgeViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDBadgeViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2018/6/2.
6 | // Copyright © 2018年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGroupListViewController.h"
10 |
11 | @interface QDBadgeViewController : QDCommonGroupListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDDialogViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDDialogViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/7/20.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGroupListViewController.h"
10 |
11 | @interface QDDialogViewController : QDCommonGroupListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDFloatLayoutViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDFloatLayoutViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/11/10.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDFloatLayoutViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDMarqueeLabelViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDMarqueeLabelViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/6/3.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDMarqueeLabelViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDPieProgressViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDPieProgressViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/9/8.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDPieProgressViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDToastListViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDToastListViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/12/13.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDToastListViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/Animation/QDAllAnimationViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDAllAnimationViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-9-23.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDAllAnimationViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDNormalButtonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNormalButtonViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/10/12.
6 | // Copyright (c) 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDNormalButtonViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDTabBarDemoViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTabBarDemoViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/10/9.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDTabBarDemoViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_checkbox16.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "QMUI_checkbox16.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Configuration/QMUIConfigurationTemplateGrapefruit.h:
--------------------------------------------------------------------------------
1 | //
2 | // QMUIConfigurationTemplate.h
3 | //
4 | // Created by QMUI Team on 15/3/29.
5 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
6 | //
7 |
8 | #import "QMUIConfigurationTemplate.h"
9 |
10 | @interface QMUIConfigurationTemplateGrapefruit : QMUIConfigurationTemplate
11 |
12 | @end
13 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDComponentsViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDComponentsViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/2.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGridViewController.h"
10 |
11 | @interface QDComponentsViewController : QDCommonGridViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDImagePreviewViewController1.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDImagePreviewViewController1.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/12/6.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDImagePreviewViewController1 : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDImagePreviewViewController2.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDImagePreviewViewController2.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/12/6.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDImagePreviewViewController2 : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDPopupContainerViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDPopupContainerViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/12/17.
6 | // Copyright © 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDPopupContainerViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/AppDelegate.h:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | @interface AppDelegate : UIResponder
12 |
13 | @property(strong, nonatomic) UIWindow *window;
14 |
15 | @end
16 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDAssetsManagerViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDAssetsManagerViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/9.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDAssetsManagerViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDStaticTableViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDStaticTableViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/5/3.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDStaticTableViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDThemeExampleView.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDThemeExampleView.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2019/J/27.
6 | // Copyright © 2019 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDThemeExampleView : UIView
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/Animation/QDCAShapeLoadingViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCAShapeLoadingViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/9/16.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDCAShapeLoadingViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/Animation/QDReplicatorLayerViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDReplicatorLayerViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/9/23.
6 | // Copyright © 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDReplicatorLayerViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/QDAllSystemFontsViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDAllSystemFontsViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/9/20.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDAllSystemFontsViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDButtonEdgeInsetsViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDButtonEdgeInsetsViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/7/12.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDButtonEdgeInsetsViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDNavigationListViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationListViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/9/5.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDNavigationListViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDToolBarButtonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDToolBarButtonViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/10/13.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDToolBarButtonViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDCellSizeKeyCacheViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCellSizeKeyCacheViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2018/3/18.
6 | // Copyright © 2018年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDCellSizeKeyCacheViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDMultipleDelegatesViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDMultipleDelegatesViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2018/3/28.
6 | // Copyright © 2018年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDMultipleDelegatesViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDNavigationTitleViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationTitleViewController.h
3 | // qmui
4 | //
5 | // Created by QMUI Team on 14-7-2.
6 | // Copyright (c) 2014年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | @interface QDNavigationTitleViewController : QDCommonListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/Animation/QDRippleAnimationViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDRippleAnimationViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/9/11.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDRippleAnimationViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_checkbox16_checked.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "QMUI_checkbox16_checked.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDNavigationTransitionViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationTransitionViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2018/2/5.
6 | // Copyright © 2018年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDNavigationTransitionViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_checkbox16_disabled.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "QMUI_checkbox16_disabled.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDNavigationController.m:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationController.m
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDNavigationController.h"
10 |
11 | @interface QDNavigationController ()
12 |
13 | @end
14 |
15 | @implementation QDNavigationController
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/Controllers/QDTabBarViewController.m:
--------------------------------------------------------------------------------
1 | //
2 | // QDTabBarViewController.m
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/2.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDTabBarViewController.h"
10 |
11 | @interface QDTabBarViewController ()
12 |
13 | @end
14 |
15 | @implementation QDTabBarViewController
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDInterceptBackButtonEventViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDInterceptBackButtonEventViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/9/5.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDInterceptBackButtonEventViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDNavigationButtonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDNavigationButtonViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/10/13.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonGroupListViewController.h"
10 |
11 | @interface QDNavigationButtonViewController : QDCommonGroupListViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/QMUI/QMUIKit/QMUIResources/Images.xcassets/QMUI_checkbox16_indeterminate.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "QMUI_checkbox16_indeterminate.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Debug/QDHookViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDHookViewController.h
3 | // qmuidemo
4 | //
5 | // Created by ziezheng on 2020/6/12.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDHookViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDCollectionStackDemoViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCollectionStackDemoViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/10/6.
6 | // Copyright © 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | // 重叠的 layout
12 | @interface QDCollectionStackDemoViewController : QDCommonViewController
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDSaveImageToSpecifiedAlbumViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSaveImageToSpecifiedAlbumViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/9.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDSaveImageToSpecifiedAlbumViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDSaveVideoToSpecifiedAlbumViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSaveVideoToSpecifiedAlbumViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/6/10.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDSaveVideoToSpecifiedAlbumViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/QDFontPointSizeAndLineHeightViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDFontPointSizeAndLineHeightViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/10/30.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | @interface QDFontPointSizeAndLineHeightViewController : QDCommonViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDControlViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDControlViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2020/9/2.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDControlViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/main.m:
--------------------------------------------------------------------------------
1 | //
2 | // main.m
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 15/4/13.
6 | // Copyright (c) 2015年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "AppDelegate.h"
11 |
12 | int main(int argc, char * argv[]) {
13 | @autoreleasepool {
14 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDConsoleViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDConsoleViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2019/1/15.
6 | // Copyright © 2019 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDConsoleViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDTableViewCellAccessoryTypeViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTableViewCellAccessoryTypeViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/6/19.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDTableViewCellAccessoryTypeViewController : QDCommonTableViewController
12 |
13 | @end
14 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Common/LookinConfig/LookinConfig.h:
--------------------------------------------------------------------------------
1 | //
2 | // LookinConfig.h
3 | // Lookin
4 | //
5 | // Copyright © 2019 Lookin. All rights reserved.
6 |
7 | #import
8 |
9 | /**
10 | The config of Lookin app. Visit the website below for more tutorials.
11 | Lookin 的个性化配置文件,点击下方链接可了解更多。
12 |
13 | https://lookin.work/faq/config-file/
14 | */
15 | @interface LookinConfig : NSObject
16 |
17 | @end
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDCheckboxViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDCheckboxViewController.h
3 | // qmuidemo
4 | //
5 | // Created by molice on 2024/8/1.
6 | // Copyright © 2024 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDCheckboxViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDLayouterViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDLayouterViewController.h
3 | // qmuidemo
4 | //
5 | // Created by molice on 2024/1/4.
6 | // Copyright © 2024 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDLayouterViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDPopupMenuViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDPopupMenuViewController.h
3 | // qmuidemo
4 | //
5 | // Created by molice on 2024/8/1.
6 | // Copyright © 2024 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDPopupMenuViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDBlurEffectViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDBlurEffectViewController.h
3 | // qmuidemo
4 | //
5 | // Created by molice on 2021/11/26.
6 | // Copyright © 2021 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDBlurEffectViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/zh-Hans.lproj/Localizable.strings:
--------------------------------------------------------------------------------
1 | /*
2 | Localizable.strings
3 | qmuidemo
4 |
5 | Created by QMUI Team on 07/26/2018.
6 | Copyright © 2018 QMUI Team. All rights reserved.
7 | */
8 | "QMUIButton_Normal_Button_Title" = "按钮,支持高亮背景色";
9 | "QMUIButton_Bordered_Button_Title" = "边框支持高亮的按钮";
10 | "QMUIButton_Image_Position_Button_Title_1" = "图片在上方的按钮";
11 | "QMUIButton_Image_Position_Button_Title_2" = "图片在下方的按钮";
12 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDImageViewViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDImageViewViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2019/A/28.
6 | // Copyright © 2019 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDImageViewViewController : QDCommonTableViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDSearchBarViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSearchBarViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2020/7/7.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDSearchBarViewController : QDCommonTableViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDTableViewCellInsetsViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDTableViewCellInsetsViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2016/10/11.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import
10 | #import "QDCommonTableViewController.h"
11 |
12 | @interface QDTableViewCellInsetsViewController : QDCommonTableViewController
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/QDBackBarButtonViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDBackBarButtonViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2020/12/7.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDBackBarButtonViewController : QDCommonTableViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Lab/QDInteractiveDebugViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDInteractiveDebugViewController.h
3 | // qmuidemo
4 | //
5 | // Created by MoLice on 2020/6/18.
6 | // Copyright © 2020 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDInteractiveDebugViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDLargeTitlesViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDLargeTitlesViewController.h
3 | // qmuidemo
4 | //
5 | // Created by ziezheng on 2019/7/11.
6 | // Copyright © 2019 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDLargeTitlesViewController : QDCommonListViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/UIKit/QDObjectMethodsListViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDObjectMethodsListViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 2017/3/24.
6 | // Copyright © 2017年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonTableViewController.h"
10 |
11 | @interface QDObjectMethodsListViewController : QDCommonTableViewController
12 |
13 | - (instancetype)initWithClass:(Class)aClass;
14 | @end
15 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDModalPresentationViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDModalPresentationViewController.h
3 | // qmuidemo
4 | //
5 | // Created by QMUI Team on 16/7/20.
6 | // Copyright © 2016年 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonListViewController.h"
10 | #import "QDCommonGroupListViewController.h"
11 |
12 | @interface QDModalPresentationViewController : QDCommonGroupListViewController
13 |
14 | @end
15 |
--------------------------------------------------------------------------------
/qmuidemo/Modules/Demos/Components/QDSheetPresentationViewController.h:
--------------------------------------------------------------------------------
1 | //
2 | // QDSheetPresentationViewController.h
3 | // qmuidemo
4 | //
5 | // Created by molice on 2024/2/28.
6 | // Copyright © 2024 QMUI Team. All rights reserved.
7 | //
8 |
9 | #import "QDCommonViewController.h"
10 |
11 | NS_ASSUME_NONNULL_BEGIN
12 |
13 | @interface QDSheetPresentationViewController : QDCommonViewController
14 |
15 | @end
16 |
17 | NS_ASSUME_NONNULL_END
18 |
--------------------------------------------------------------------------------