Skip to content

Commit

Permalink
Merge pull request #11 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
SSExpandableSwipeView open source library
  • Loading branch information
bhargavbajani-simformsolutions committed Feb 8, 2024
2 parents 282beef + 4195bfd commit 819ad04
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Example/SSExpandableSwipeViewExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
objects = {

/* Begin PBXBuildFile section */
431E09582B74FBAC00E02F8B /* SSExpandableSwipeUpView in Frameworks */ = {isa = PBXBuildFile; productRef = 431E09572B74FBAC00E02F8B /* SSExpandableSwipeUpView */; };
43F92E442B69254400E80BAA /* SSExpandableSwipeViewExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F92E432B69254400E80BAA /* SSExpandableSwipeViewExampleApp.swift */; };
43F92E462B69254400E80BAA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F92E452B69254400E80BAA /* ContentView.swift */; };
43F92E482B69254500E80BAA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43F92E472B69254500E80BAA /* Assets.xcassets */; };
43F92E4B2B69254500E80BAA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43F92E4A2B69254500E80BAA /* Preview Assets.xcassets */; };
43F92E532B6925B000E80BAA /* SSExpandableSwipeUpView in Frameworks */ = {isa = PBXBuildFile; productRef = 43F92E522B6925B000E80BAA /* SSExpandableSwipeUpView */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -27,7 +27,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
43F92E532B6925B000E80BAA /* SSExpandableSwipeUpView in Frameworks */,
431E09582B74FBAC00E02F8B /* SSExpandableSwipeUpView in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -86,7 +86,7 @@
);
name = SSExpandableSwipeViewExample;
packageProductDependencies = (
43F92E522B6925B000E80BAA /* SSExpandableSwipeUpView */,
431E09572B74FBAC00E02F8B /* SSExpandableSwipeUpView */,
);
productName = SSExpandableSwipeViewExample;
productReference = 43F92E402B69254400E80BAA /* SSExpandableSwipeViewExample.app */;
Expand Down Expand Up @@ -117,7 +117,7 @@
);
mainGroup = 43F92E372B69254400E80BAA;
packageReferences = (
43F92E512B6925B000E80BAA /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */,
431E09562B74FBAC00E02F8B /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */,
);
productRefGroup = 43F92E412B69254400E80BAA /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -354,20 +354,20 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
43F92E512B6925B000E80BAA /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */ = {
431E09562B74FBAC00E02F8B /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SimformSolutionsPvtLtd/SSExpandableSwipeUpView.git";
requirement = {
branch = "feature/SPM-Creation";
branch = master;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
43F92E522B6925B000E80BAA /* SSExpandableSwipeUpView */ = {
431E09572B74FBAC00E02F8B /* SSExpandableSwipeUpView */ = {
isa = XCSwiftPackageProductDependency;
package = 43F92E512B6925B000E80BAA /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */;
package = 431E09562B74FBAC00E02F8B /* XCRemoteSwiftPackageReference "SSExpandableSwipeUpView" */;
productName = SSExpandableSwipeUpView;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "googlePay.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "teams.pdf",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# SSExpandableSwipeUpView

SSExpandableSwipeUpView is a library for iOS developers, written in Swift. It resembles iPhone notification tray, also known as the Notification Center, is a centralized hub designed to provide users with a quick and organized overview of their incoming alerts, messages, and updates. Accessible by swiping down from the top edge of the screen, the notification tray displays a chronological list of notifications from various apps and system events. The library offers a wide range of customizable options. SSExpandableSwipeUpView is simple to integrate into your existing projects and offers excellent performance, making it an essential tool for any iOS developer contributing to a seamless and personalized user experience.
SSExpandableSwipeUpView is a powerful Swift library developed using the SwiftUI framework for iOS applications. It resembles iPhone notification tray, also known as the Notification Center, is a centralized hub designed to provide users with a quick and organized overview of their incoming alerts, messages, and updates. Accessible by swiping down from the top edge of the screen, the notification tray displays a chronological list of notifications from various apps and system events. The library offers a wide range of customizable options. SSExpandableSwipeUpView is simple to integrate into your existing projects and offers excellent performance, making it an essential tool for any iOS developer contributing to a seamless and personalized user experience.

# Features!
- Group stack view like notification control center
Expand Down

0 comments on commit 819ad04

Please sign in to comment.