InAppPurchaseButton:一个简单且可自定义的应用内购买按钮,使用Swift编写

时间:2024-06-16 20:45:41
【文件属性】:

文件名称:InAppPurchaseButton:一个简单且可自定义的应用内购买按钮,使用Swift编写

文件大小:521KB

文件格式:ZIP

更新时间:2024-06-16 20:45:41

swift ios cocoapods carthage button

InApp购买按钮 一个简单且可自定义的应用内购买按钮,以Swift编写。 安装 最方便的安装方法是将与Podfile使用: pod 'InAppPurchaseButton' 或使用并在Cartfile添加一行: github "PGSSoft/InAppPurchaseButton" 或 (SMP) 要求 iOS,tvOS 9.0 用法 import InAppPurchaseButton 添加控制 打开情节提要或xib,然后拖放UIButton控件。 将自定义类更改为InAppPurchaseButton 。 增加约束 添加约束,但是请记住InAppPurchaseButton本身会更改内部内容的大小,因此添加高度或宽度之类的约束将导致意外的行为。 如果你想控制规模InAppPurchaseButton ,看看minExpandedSize和prefferedTitl


【文件预览】:
InAppPurchaseButton-master
----Assets()
--------downloading.png(7KB)
--------busy.png(7KB)
--------pgssoft-logo.png(21KB)
--------inactive.png(8KB)
--------InAppPurchaseButton.gif(422KB)
--------active.png(8KB)
----.gitignore(1KB)
----Sources()
--------PassthroughView.swift(340B)
--------ProgressView.swift(2KB)
--------Info-iOS.plist(798B)
--------NSAttributedString+Extensions.swift(391B)
--------InAppPurchaseButton.swift(25KB)
--------InAppPurchaseButton.h(514B)
--------UIView+Extensions.swift(2KB)
--------DefaultSettings.swift(795B)
----InAppPurchaseButtonTests()
--------InAppPurchaseButtonTests.swift(1KB)
--------Info.plist(733B)
----InAppPurchaseButton.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(33KB)
----.swiftlint.yml(148B)
----InAppPurchaseButton tvOS()
--------InAppPurchaseButton_tvOS.h(546B)
--------Info.plist(743B)
----InAppPurchaseButton.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(343B)
----LICENSE(1KB)
----iOS Example()
--------iOS Example.xcodeproj()
--------iOS Example()
----.swift-version(4B)
----README.md(5KB)
----tvOS Example()
--------tvOS Example()
--------tvOS ExampleUITests()
--------tvOS Example.xcodeproj()
----InAppPurchaseButton.podspec(439B)
----Package.swift(393B)

网友评论