{"id":20465300,"url":"https://github.com/liqiankun/dlalertview","last_synced_at":"2025-04-13T08:43:02.886Z","repository":{"id":96879062,"uuid":"64283315","full_name":"Liqiankun/DLAlertView","owner":"Liqiankun","description":"AD AlertView 广告弹框","archived":false,"fork":false,"pushed_at":"2018-09-15T02:18:30.000Z","size":5566,"stargazers_count":33,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T00:22:15.595Z","etag":null,"topics":["ads","alert","alertview"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Liqiankun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-27T06:30:28.000Z","updated_at":"2023-08-23T06:30:57.000Z","dependencies_parsed_at":"2023-03-12T11:31:31.192Z","dependency_job_id":null,"html_url":"https://github.com/Liqiankun/DLAlertView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liqiankun%2FDLAlertView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liqiankun%2FDLAlertView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liqiankun%2FDLAlertView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Liqiankun%2FDLAlertView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Liqiankun","download_url":"https://codeload.github.com/Liqiankun/DLAlertView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248687611,"owners_count":21145739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ads","alert","alertview"],"created_at":"2024-11-15T13:18:02.456Z","updated_at":"2025-04-13T08:43:02.879Z","avatar_url":"https://github.com/Liqiankun.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/Liqiankun/DLAlertView/raw/master/DLAlertView.png)\nOne simple alertView supports text,image,imgaes.\u003cbr\u003e\n一个支持文字，图片和多张图片的弹出框。\u003cbr\u003e\n![](https://github.com/Liqiankun/DLAlertView/raw/master/DLAlertView.gif)\n# Features\n- [x] Easy to use\n- [x] Support text,image,images\n- [x] 使用简单\n- [x] 同时支持文字，图片和多图\n\n# How to use\n```OC\n//ImageView\n   DLAlertView *alertView = [[DLAlertView alloc] initWithWithImage:[UIImage imageNamed:@\"typewriter\"] clickCallBack:^{\n       NSLog(@\"clickCallBack\");\n   } andCloseCallBack:^{\n      NSLog(@\"andCloseCallBack\");\n   }];\n   [alertView show];\n   \n//TextView\n DLAlertView * alertView = [[DLAlertView alloc] initWithWithText:@\"DLAlertView一个简单但是体验还不错的AlertView。使用简单，支持图片和文字两种形式。\" font:[UIFont systemFontOfSize:16] textColor:[UIColor lightGrayColor] clickCallBack:^{\n    } andCloseCallBack:^{\n    }];\n    [alertView show];\n    \n//ScrollView\nNSArray *images = @[@\"01\",@\"02\",@\"03\",@\"04\",@\"05\"];\n    DLAlertView *alertView = [[DLAlertView alloc] initWithWithImages:images clickCallBack:^{\n    } andCloseCallBack:^{\n    }];\n    [alertView show];\n```\n\n# Requirements\n- Xcode 7.0 or greater\n- iOS8.0(manually only) or greater\n\n# Author\nDavid Lee, qiankunli@yahoo.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqiankun%2Fdlalertview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliqiankun%2Fdlalertview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliqiankun%2Fdlalertview/lists"}